public class LightweightObjectRefImpl extends Object implements LightweightObjectRef, Serializable
Constructor and Description |
---|
LightweightObjectRefImpl(ObjectReferenceType objectReferenceType) |
LightweightObjectRefImpl(String value) |
LightweightObjectRefImpl(String oid,
QName type,
String description) |
public LightweightObjectRefImpl(String oid, QName type, String description)
public LightweightObjectRefImpl(ObjectReferenceType objectReferenceType)
public LightweightObjectRefImpl(String value)
public String getOid()
getOid
in interface LightweightObjectRef
public void setOid(String oid)
public QName getType()
getType
in interface LightweightObjectRef
public void setType(QName type)
public String getDescription()
getDescription
in interface LightweightObjectRef
public void setDescription(String description)
Copyright © 2013 evolveum. All rights reserved.