com.evolveum.midpoint.repo.sql.data.common.id
Class RAnyReferenceId

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.id.RAnyReferenceId
All Implemented Interfaces:
Serializable

public class RAnyReferenceId
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RAnyReferenceId()
           
 
Method Summary
 boolean equals(Object o)
           
 QName getName()
           
 Long getOwnerId()
           
 String getOwnerOid()
           
 RContainerType getOwnerType()
           
 QName getType()
           
 String getValue()
           
 int hashCode()
           
 void setName(QName name)
           
 void setOwnerId(Long ownerId)
           
 void setOwnerOid(String ownerOid)
           
 void setOwnerType(RContainerType ownerType)
           
 void setType(QName type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RAnyReferenceId

public RAnyReferenceId()
Method Detail

getOwnerOid

public String getOwnerOid()

setOwnerOid

public void setOwnerOid(String ownerOid)

getOwnerId

public Long getOwnerId()

setOwnerId

public void setOwnerId(Long ownerId)

getOwnerType

public RContainerType getOwnerType()

setOwnerType

public void setOwnerType(RContainerType ownerType)

getValue

public String getValue()

setValue

public void setValue(String value)

getName

public QName getName()

setName

public void setName(QName name)

getType

public QName getType()

setType

public void setType(QName type)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.