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

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

public class RAnyContainerId
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RAnyContainerId()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getOwnerId()
           
 String getOwnerOid()
           
 RContainerType getOwnerType()
           
 int hashCode()
           
 void setOwnerId(Long ownerId)
           
 void setOwnerOid(String ownerOid)
           
 void setOwnerType(RContainerType ownerType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RAnyContainerId

public RAnyContainerId()
Method Detail

getOwnerId

public Long getOwnerId()

setOwnerId

public void setOwnerId(Long ownerId)

getOwnerOid

public String getOwnerOid()

setOwnerOid

public void setOwnerOid(String ownerOid)

getOwnerType

public RContainerType getOwnerType()

setOwnerType

public void setOwnerType(RContainerType ownerType)

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.