|
|||||||||
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.flat.FlatStem
public class FlatStem
Field Summary | |
---|---|
static String |
COLUMN_CONTEXT_ID
Context id links together multiple operations into one high level action |
static String |
COLUMN_HIBERNATE_VERSION_NUMBER
hibernate version |
static String |
COLUMN_ID
db id for this row |
static String |
COLUMN_STEM_ID
stem id foreign key in grouper_stems table |
static String |
FIELD_CONTEXT_ID
constant for field name for: contextId |
static String |
FIELD_ID
constant for field name for: id |
static String |
FIELD_STEM_ID
constant for field name for: stemId |
static String |
TABLE_GROUPER_FLAT_STEMS
name of the table in the database. |
Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
FlatStem()
|
Method Summary | |
---|---|
GrouperAPI |
clone()
deep clone the fields in this object |
void |
delete()
delete this object |
String |
getContextId()
|
String |
getId()
|
String |
getStemId()
|
void |
saveOrUpdate()
save or update this object |
void |
setContextId(String contextId)
set context id |
void |
setId(String id)
set id |
void |
setStemId(String stemId)
Set stem id foreign key in grouper_stems table |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COLUMN_ID
public static final String COLUMN_CONTEXT_ID
public static final String COLUMN_STEM_ID
public static final String COLUMN_HIBERNATE_VERSION_NUMBER
public static final String FIELD_CONTEXT_ID
public static final String FIELD_ID
public static final String FIELD_STEM_ID
public static final String TABLE_GROUPER_FLAT_STEMS
Constructor Detail |
---|
public FlatStem()
Method Detail |
---|
public GrouperAPI clone()
GrouperAPI
clone
in interface GrouperCloneable
clone
in class GrouperAPI
GrouperAPI.clone()
public String getContextId()
public void setContextId(String contextId)
contextId
- public String getId()
public void setId(String id)
id
- public String getStemId()
public void setStemId(String stemId)
stemId
- public void saveOrUpdate()
public void delete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |