Issue 6595: Organization always has a single instance of OrganizationProperty (sdo-pim-psm-ftf) Source: (, ) Nature: Revision Severity: Minor Summary: This method is used to set an OrganizationProperty instance to Organization, and an Organization always has a single instance of OrganizationProperty (it does not have multiple instances of OrganizationProperty), as shown in the class diagram in Appendix B. Therefore, setOrganizationProperty() would be better than addOrganizationProperty(). addOrganizationProperty() implies that multiple instances of OrganizationProperty can be assigned to Organization. Other operations in this specification are named based on this convention. For your reference, see the operations in Configuration interface (setDeviceProfile(), addServiceProfile(), etc.). Resolution: Revised Text: Actions taken: November 10, 2003: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 10 Nov 2003 19:58:40 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Ken-ichiroh Kawakami Company: Hitachi Ltd,. mailFrom: ken-ichi@sdl.hitachi.co.jp Notification: Yes Specification: PIM and PSM for SDO Section: PIM FormalNumber: dtc/03-09-01 Version: 03-09-01 RevisionDate: 03-09-03 Page: 2-44 Nature: Revision Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Description This method is used to set an OrganizationProperty instance to Organization, and an Organization always has a single instance of OrganizationProperty (it does not have multiple instances of OrganizationProperty), as shown in the class diagram in Appendix B. Therefore, setOrganizationProperty() would be better than addOrganizationProperty(). addOrganizationProperty() implies that multiple instances of OrganizationProperty can be assigned to Organization. Other operations in this specification are named based on this convention. For your reference, see the operations in Configuration interface (setDeviceProfile(), addServiceProfile(), etc.).