public class OrgTreeDto extends Object implements Serializable, Comparable<OrgTreeDto>, OrgDto
Constructor and Description |
---|
OrgTreeDto(OrgTreeDto parent,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> object) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OrgTreeDto o) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDisplayName() |
String |
getIdentifier() |
String |
getName() |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType |
getObject() |
String |
getOid() |
OrgTreeDto |
getParent() |
QName |
getRelation() |
Class<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
getType() |
int |
hashCode() |
void |
setObject(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType object) |
void |
setParent(OrgTreeDto parent) |
void |
setRelation(QName relation) |
String |
toString() |
public OrgTreeDto(OrgTreeDto parent, PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> object)
public OrgTreeDto getParent()
public String getDescription()
public String getDisplayName()
public String getIdentifier()
public QName getRelation()
getRelation
in interface OrgDto
public void setRelation(QName relation)
public com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType getObject()
public void setObject(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType object)
public Class<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> getType()
public int compareTo(OrgTreeDto o)
compareTo
in interface Comparable<OrgTreeDto>
public void setParent(OrgTreeDto parent)
Copyright © 2015 evolveum. All rights reserved.