Class RObjectTextInfo
- java.lang.Object
- 
- com.evolveum.midpoint.repo.sql.data.common.RObjectTextInfo
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Entity public class RObjectTextInfo extends Object implements Serializable - Author:
- mederly
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOLUMN_OWNER_OIDstatic StringF_TEXTstatic StringTABLE_NAME
 - 
Constructor SummaryConstructors Constructor Description RObjectTextInfo()RObjectTextInfo(RObject owner, String text)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<RObjectTextInfo>createItemsSet(@NotNull ObjectType object, @NotNull RObject repo, @NotNull RepositoryContext repositoryContext)booleanequals(Object o)RObjectgetOwner()StringgetOwnerOid()StringgetText()inthashCode()voidsetOwner(RObject owner)voidsetOwnerOid(String ownerOid)voidsetText(String text)StringtoString()
 
- 
- 
- 
Field Detail- 
TABLE_NAMEpublic static final String TABLE_NAME - See Also:
- Constant Field Values
 
 - 
COLUMN_OWNER_OIDpublic static final String COLUMN_OWNER_OID - See Also:
- Constant Field Values
 
 - 
F_TEXTpublic static final String F_TEXT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getOwnerpublic RObject getOwner() 
 - 
getOwnerOidpublic String getOwnerOid() 
 - 
setOwnerpublic void setOwner(RObject owner) 
 - 
setOwnerOidpublic void setOwnerOid(String ownerOid) 
 - 
getTextpublic String getText() 
 - 
setTextpublic void setText(String text) 
 - 
createItemsSetpublic static Set<RObjectTextInfo> createItemsSet(@NotNull @NotNull ObjectType object, @NotNull @NotNull RObject repo, @NotNull @NotNull RepositoryContext repositoryContext) 
 
- 
 
-