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 Summary
Fields Modifier and Type Field Description static String
COLUMN_OWNER_OID
static String
F_TEXT
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description RObjectTextInfo()
RObjectTextInfo(RObject owner, String text)
-
Method Summary
All 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)
boolean
equals(Object o)
RObject
getOwner()
String
getOwnerOid()
String
getText()
int
hashCode()
void
setOwner(RObject owner)
void
setOwnerOid(String ownerOid)
void
setText(String text)
String
toString()
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_OWNER_OID
public static final String COLUMN_OWNER_OID
- See Also:
- Constant Field Values
-
F_TEXT
public static final String F_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOwner
public RObject getOwner()
-
getOwnerOid
public String getOwnerOid()
-
setOwner
public void setOwner(RObject owner)
-
setOwnerOid
public void setOwnerOid(String ownerOid)
-
getText
public String getText()
-
setText
public void setText(String text)
-
createItemsSet
public static Set<RObjectTextInfo> createItemsSet(@NotNull @NotNull ObjectType object, @NotNull @NotNull RObject repo, @NotNull @NotNull RepositoryContext repositoryContext)
-
-