|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.oimcommon.vo.base.AbstractEntity
oracle.iam.oimcommon.vo.Organization
public class Organization
| Constructor Summary | |
|---|---|
Organization() |
|
| Method Summary | |
|---|---|
java.util.List |
getChildIds()Gets the list of Organizations (Ids) that are direct children of this Organization. |
java.lang.String |
getDescription()Gets the description for the Organization |
java.util.List |
getMemberUserIds()Gets list of Users (unique Ids) who are members of the Organization Returns a copy. |
java.lang.Long |
getParentId()Gets unique identifier for the parent Organization of this Organization. |
void |
setChildIds(java.util.List guidList)Sets the list of Organizations (Ids) that are direct children of this Organization. |
void |
setDescription(java.lang.String dStr)Sets the description for the Organization |
void |
setMemberUserIds(java.util.List guidList)Sets list of Users (unique Ids) who are members of the Organization. |
void |
setParentId(java.lang.Long guid)Sets unique identifier for the parent Organization of this Organization. |
| Methods inherited from class oracle.iam.oimcommon.vo.base.AbstractEntity |
|---|
getCreateDate, getCreatedBy, getId, getName, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setId, setName, setUpdateDate, setUpdatedBy |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Organization()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String dStr)
dStr - the description to setpublic java.util.List getMemberUserIds()
public void setMemberUserIds(java.util.List guidList)
guidList - the list of unique Ids of Users who are members of the Organizationpublic java.lang.Long getParentId()
public void setParentId(java.lang.Long guid)
guid - Unique identifier for the parent Organization of this Organizationpublic java.util.List getChildIds()
public void setChildIds(java.util.List guidList)
guidList - the list of Ids of Organizations (Ids) that are direct children of this Organization
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||