Skip navigation links


oracle.iam.oimcommon.vo
Class Organization

java.lang.Object
  extended by oracle.iam.oimcommon.vo.base.AbstractEntity
      extended by oracle.iam.oimcommon.vo.Organization

All Implemented Interfaces:
java.io.Serializable

public class Organization
extends AbstractEntity
implements java.io.Serializable
See Also:
Serialized Form

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

Organization

public Organization()

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description for the Organization
Returns:
the description

setDescription

public void setDescription(java.lang.String dStr)
Sets the description for the Organization
Parameters:
dStr - the description to set

getMemberUserIds

public java.util.List getMemberUserIds()
Gets list of Users (unique Ids) who are members of the Organization Returns a copy. TODO/TBD: Also could return an immutable view of the list:
Returns:
a copy of the list of unique Ids of Users who are members of the Organization

setMemberUserIds

public void setMemberUserIds(java.util.List guidList)
Sets list of Users (unique Ids) who are members of the Organization. Makes a defensive copy.
Parameters:
guidList - the list of unique Ids of Users who are members of the Organization

getParentId

public java.lang.Long getParentId()
Gets unique identifier for the parent Organization of this Organization.
Returns:
Unique identifier for the parent Organization of this Organization

setParentId

public void setParentId(java.lang.Long guid)
Sets unique identifier for the parent Organization of this Organization.
Parameters:
guid - Unique identifier for the parent Organization of this Organization

getChildIds

public java.util.List getChildIds()
Gets the list of Organizations (Ids) that are direct children of this Organization. Returns a copy. TODO/TBD: Also could return an immutable view of the list:
Returns:
the list of Ids of Organizations (Ids) that are direct children of this Organization

setChildIds

public void setChildIds(java.util.List guidList)
Sets the list of Organizations (Ids) that are direct children of this Organization. Makes a defensive copy.
Parameters:
guidList - the list of Ids of Organizations (Ids) that are direct children of this Organization

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.