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

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

public class RAnyClobId
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

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

Constructor Detail

RAnyClobId

public RAnyClobId()
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)

getChecksum

public String getChecksum()

setChecksum

public void setChecksum(String checksum)

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.