public class GroupTypeTuple extends GrouperAPI
Group and GroupType tuple DTO implementation.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_GROUP_UUID
constant for field name for: groupUUID
|
static String |
FIELD_ID
constant for field name for: id
|
static String |
FIELD_TYPE_UUID
constant for field name for: typeUUID
|
static String |
TABLE_OLD_GROUPER_GROUPS_TYPES |
COLUMN_HIBERNATE_VERSION_NUMBER, dbVersion, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER| Constructor and Description |
|---|
GroupTypeTuple() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignGroupUuid(String groupUUID1,
Group group1) |
GroupTypeTuple |
clone()
deep clone the fields in this object
|
boolean |
equals(Object other) |
String |
getContextId()
context id of the transaction
|
String |
getGroupUuid() |
String |
getId() |
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(String contextId1)
context id of the transaction
|
void |
setGroupUuid(String groupUUID1) |
void |
setId(String id1) |
GroupTypeTuple |
setTypeUuid(String typeUUID1) |
String |
toString() |
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumberpublic static final String TABLE_OLD_GROUPER_GROUPS_TYPES
public static final String FIELD_GROUP_UUID
public static final String FIELD_ID
public static final String FIELD_TYPE_UUID
public String getContextId()
public void setContextId(String contextId1)
contextId1 - public Group retrieveGroup(boolean retrieveIfNull)
retrieveIfNull - true to get from DB if nullpublic boolean equals(Object other)
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public String getGroupUuid()
public String getId()
public String getTypeUuid()
public void setGroupUuid(String groupUUID1)
groupUUID1 - public void assignGroupUuid(String groupUUID1, Group group1)
groupUUID1 - group1 - public void setId(String id1)
id1 - public GroupTypeTuple setTypeUuid(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 - Copyright © 2016 Internet2. All rights reserved.