|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.DataObjectBase org.kuali.rice.kim.impl.common.active.ActiveFromToBo org.kuali.rice.kim.impl.membership.AbstractMemberBo org.kuali.rice.krad.labs.LabsGroupControl
@Entity public class LabsGroupControl
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 |
---|
public LabsGroupControl()
Method Detail |
---|
public String getId()
Identifiable
getId
in interface Identifiable
public void setId(String id)
public String getGroupId()
GroupMemberContract
This is a id assigned to a Group. It defines the group this group member belongs to.
getGroupId
in interface GroupMemberContract
public void setGroupId(String groupId)
public String getMyGroupName()
public void setMyGroupName(String myGroupName)
public String getMyGroupNameSpace()
public void setMyGroupNameSpace(String myGroupNameSpace)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |