|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.GrouperAPI
edu.internet2.middleware.grouper.GroupTypeTuple
public class GroupTypeTuple
Basic Hibernate Group and GroupType tuple DTO implementation.
| Field Summary | |
|---|---|
static java.lang.String |
FIELD_GROUP_UUID
constant for field name for: groupUUID |
static java.lang.String |
FIELD_ID
constant for field name for: id |
static java.lang.String |
FIELD_TYPE_UUID
constant for field name for: typeUUID |
static java.lang.String |
TABLE_OLD_GROUPER_GROUPS_TYPES
|
| Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI |
|---|
COLUMN_HIBERNATE_VERSION_NUMBER, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER |
| Fields inherited from interface org.hibernate.classic.Lifecycle |
|---|
NO_VETO, VETO |
| Constructor Summary | |
|---|---|
GroupTypeTuple()
|
|
| Method Summary | |
|---|---|
void |
assignGroupUuid(java.lang.String groupUUID1,
Group group1)
|
GroupTypeTuple |
clone()
deep clone the fields in this object |
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getContextId()
context id of the transaction |
java.lang.String |
getGroupUuid()
|
java.lang.String |
getId()
|
java.lang.String |
getTypeUuid()
type uuid |
int |
hashCode()
|
static GroupTypeTuple |
internal_getGroupTypeTuple(AttributeAssign assignment,
boolean exceptionIfNotLegacyGroupTypeTuple)
|
Group |
retrieveGroup(boolean retrieveIfNull)
try to get the current group if it is available (if this object is cloned, then it might be null) |
void |
setContextId(java.lang.String contextId1)
context id of the transaction |
void |
setGroupUuid(java.lang.String groupUUID1)
|
void |
setId(java.lang.String id1)
|
GroupTypeTuple |
setTypeUuid(java.lang.String typeUUID1)
|
java.lang.String |
toString()
|
| Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI |
|---|
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TABLE_OLD_GROUPER_GROUPS_TYPES
public static final java.lang.String FIELD_GROUP_UUID
public static final java.lang.String FIELD_ID
public static final java.lang.String FIELD_TYPE_UUID
| Constructor Detail |
|---|
public GroupTypeTuple()
| Method Detail |
|---|
public java.lang.String getContextId()
public void setContextId(java.lang.String contextId1)
contextId1 - public Group retrieveGroup(boolean retrieveIfNull)
retrieveIfNull - true to get from DB if null
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String getGroupUuid()
public java.lang.String getId()
public java.lang.String getTypeUuid()
public void setGroupUuid(java.lang.String groupUUID1)
groupUUID1 -
public void assignGroupUuid(java.lang.String groupUUID1,
Group group1)
groupUUID1 - group1 - public void setId(java.lang.String id1)
id1 - public GroupTypeTuple setTypeUuid(java.lang.String typeUUID1)
typeUUID1 -
public GroupTypeTuple clone()
clone in interface GrouperCloneableclone in class GrouperAPIObject.clone()
public static GroupTypeTuple internal_getGroupTypeTuple(AttributeAssign assignment,
boolean exceptionIfNotLegacyGroupTypeTuple)
assignment - exceptionIfNotLegacyGroupTypeTuple -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||