|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractOrganizationalUnit
Abstract class AbstractOrganizationalUnit
| Method Summary | ||
|---|---|---|
void |
addContactMembership(boolean idIsPersistent,
String id,
ContactMembership contactMembership)
Adds the specified element to the set of the values for the reference contactMembership. |
|
void |
addCreditLimit(boolean idIsPersistent,
String id,
CreditLimit creditLimit)
Adds the specified element to the set of the values for the reference creditLimit. |
|
|
getContactMembership()
Retrieves a set containing all the elements for the reference contactMembership. |
|
ContactMembership |
getContactMembership(boolean idIsPersistent,
String id)
Retrieves the value for the reference contactMembership
for the specified qualifier attribute value. |
|
|
getCreditLimit()
Retrieves a set containing all the elements for the reference creditLimit. |
|
CreditLimit |
getCreditLimit(boolean idIsPersistent,
String id)
Retrieves the value for the reference creditLimit for the
specified qualifier attribute value. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
| Method Detail |
|---|
<T extends ContactMembership> Collection<T> getContactMembership()
contactMembership.
ContactMembership getContactMembership(boolean idIsPersistent,
String id)
contactMembership
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addContactMembership(boolean idIsPersistent,
String id,
ContactMembership contactMembership)
contactMembership.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.contactMembership - The element to be appended.<T extends CreditLimit> Collection<T> getCreditLimit()
creditLimit.
CreditLimit getCreditLimit(boolean idIsPersistent,
String id)
creditLimit for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addCreditLimit(boolean idIsPersistent,
String id,
CreditLimit creditLimit)
creditLimit.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.creditLimit - The element to be appended.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||