org.kuali.rice.krad.labs
Class LabsGroupControl

java.lang.Object
  extended by org.kuali.rice.krad.bo.DataObjectBase
      extended by org.kuali.rice.kim.impl.common.active.ActiveFromToBo
          extended by org.kuali.rice.kim.impl.membership.AbstractMemberBo
              extended by org.kuali.rice.krad.labs.LabsGroupControl
All Implemented Interfaces:
Serializable, Inactivatable, InactivatableFromTo, GloballyUnique, Identifiable, Versioned, GroupMemberContract

@Entity
public class LabsGroupControl
extends AbstractMemberBo
implements GroupMemberContract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber
 
Constructor Summary
LabsGroupControl()
           
 
Method Summary
 String getGroupId()
          This is the id for the Group.
 String getId()
          The unique identifier for an object.
 String getMyGroupName()
           
 String getMyGroupNameSpace()
           
 void setGroupId(String groupId)
           
 void setId(String id)
           
 void setMyGroupName(String myGroupName)
           
 void setMyGroupNameSpace(String myGroupNameSpace)
           
 
Methods inherited from class org.kuali.rice.kim.impl.membership.AbstractMemberBo
getMemberId, getType, setMemberId, setType, setTypeCode
 
Methods inherited from class org.kuali.rice.kim.impl.common.active.ActiveFromToBo
getActiveFromDate, getActiveFromDateValue, getActiveToDate, getActiveToDateValue, isActive, isActive, isActive, setActiveFromDateValue, setActiveToDateValue
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kim.api.group.GroupMemberContract
getMemberId, getType
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.InactivatableFromTo
getActiveFromDate, getActiveToDate, isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Constructor Detail

LabsGroupControl

public LabsGroupControl()
Method Detail

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

setId

public void setId(String id)

getGroupId

public String getGroupId()
Description copied from interface: GroupMemberContract
This is the id for the Group.

This is a id assigned to a Group. It defines the group this group member belongs to.

Specified by:
getGroupId in interface GroupMemberContract
Returns:
groupId

setGroupId

public void setGroupId(String groupId)

getMyGroupName

public String getMyGroupName()

setMyGroupName

public void setMyGroupName(String myGroupName)

getMyGroupNameSpace

public String getMyGroupNameSpace()

setMyGroupNameSpace

public void setMyGroupNameSpace(String myGroupNameSpace)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.