Package org.cyclos.impl.access
Class PrincipalTypeCacheKey
- java.lang.Object
-
- org.cyclos.impl.access.PrincipalTypeCacheKey
-
- All Implemented Interfaces:
Serializable
public class PrincipalTypeCacheKey extends Object implements Serializable
Key for the principal types cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrincipalTypeCacheKey(String internalName, Long networkId)PrincipalTypeCacheKey(ExistingBuiltInPrincipalType builtInPrincipalType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ExistingBuiltInPrincipalTypegetBuiltInPrincipalType()StringgetInternalName()LonggetNetworkId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PrincipalTypeCacheKey
public PrincipalTypeCacheKey(ExistingBuiltInPrincipalType builtInPrincipalType)
-
-
Method Detail
-
getBuiltInPrincipalType
public ExistingBuiltInPrincipalType getBuiltInPrincipalType()
-
getInternalName
public String getInternalName()
-
getNetworkId
public Long getNetworkId()
-
-