@Entity public class RGenericObject extends RObject<GenericObjectType>
QUERY_NEXT_ID
Constructor and Description |
---|
RGenericObject() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(GenericObjectType jaxb,
RGenericObject repo,
PrismContext prismContext) |
static void |
copyToJAXB(RGenericObject repo,
GenericObjectType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
boolean |
equals(Object o) |
RPolyString |
getName() |
String |
getObjectType() |
int |
hashCode() |
void |
setName(RPolyString name) |
void |
setObjectType(String objectType) |
GenericObjectType |
toJAXB(PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getMetadata, getParentOrgRef, getTrigger, getVersion, setAncestors, setDescendants, setDescription, setExtension, setMetadata, setParentOrgRef, setTrigger, setVersion
public String getObjectType()
public RPolyString getName()
getName
in class RObject<GenericObjectType>
public void setName(RPolyString name)
setName
in class RObject<GenericObjectType>
public void setObjectType(String objectType)
public boolean equals(Object o)
equals
in class RObject<GenericObjectType>
public int hashCode()
hashCode
in class RObject<GenericObjectType>
public static void copyToJAXB(RGenericObject repo, GenericObjectType jaxb, PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(GenericObjectType jaxb, RGenericObject repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public GenericObjectType toJAXB(PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
toJAXB
in class RObject<GenericObjectType>
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.