public class ObjectTypeIdKey extends FlexDataObject
Constructor and Description |
---|
ObjectTypeIdKey(FlexDeploySecurityConstants.SecurityObjectType pObjectType,
java.lang.Long pId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object pObject) |
java.lang.Long |
getId() |
FlexDeploySecurityConstants.SecurityObjectType |
getObjectType() |
int |
hashCode() |
java.lang.String |
toString() |
clone
public ObjectTypeIdKey(FlexDeploySecurityConstants.SecurityObjectType pObjectType, java.lang.Long pId)
public FlexDeploySecurityConstants.SecurityObjectType getObjectType()
public java.lang.Long getId()
public boolean equals(java.lang.Object pObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object