com.evolveum.midpoint.repo.sql.data.common.any
Class RAnyLong
java.lang.Object
com.evolveum.midpoint.repo.sql.data.common.any.RAnyLong
- All Implemented Interfaces:
- RAnyValue, Serializable
@Entity
public class RAnyLong
- extends Object
- implements RAnyValue
- Author:
- lazyman
- See Also:
- Serialized Form
RAnyLong
public RAnyLong()
RAnyLong
public RAnyLong(Long value)
getAnyContainer
public RAnyContainer getAnyContainer()
getOwnerOid
public String getOwnerOid()
getOwnerId
public Long getOwnerId()
getOwnerType
public RContainerType getOwnerType()
getName
public QName getName()
- Specified by:
getName in interface RAnyValue
getType
public QName getType()
- Specified by:
getType in interface RAnyValue
getValueType
public RValueType getValueType()
- Specified by:
getValueType in interface RAnyValue
isDynamic
public boolean isDynamic()
- Specified by:
isDynamic in interface RAnyValue
- Returns:
- true if this property has dynamic definition
getValue
public Long getValue()
- Specified by:
getValue in interface RAnyValue
setValue
public void setValue(Long value)
setValueType
public void setValueType(RValueType valueType)
- Specified by:
setValueType in interface RAnyValue
setName
public void setName(QName name)
- Specified by:
setName in interface RAnyValue
setType
public void setType(QName type)
- Specified by:
setType in interface RAnyValue
setDynamic
public void setDynamic(boolean dynamic)
- Specified by:
setDynamic in interface RAnyValue
setAnyContainer
public void setAnyContainer(RAnyContainer anyContainer)
- Specified by:
setAnyContainer in interface RAnyValue
setOwnerOid
public void setOwnerOid(String ownerOid)
setOwnerId
public void setOwnerId(Long ownerId)
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
Copyright © 2013 evolveum. All Rights Reserved.