Package com.soffid.iam.am.api
Class NetworkAuthorization
java.lang.Object
com.soffid.iam.am.api.NetworkAuthorization
- All Implemented Interfaces:
Serializable
ValueObject NetworkAuthorization
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkAuthorization(NetworkAuthorization otherBean) NetworkAuthorization(Identity identity, Integer level, String networkCode) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets value for attribute idGets value for attribute identitygetLevel()Gets value for attribute levelgetMask()Gets value for attribute maskGets value for attribute networkCodevoidSets value for attribute idvoidsetIdentity(Identity identity) Sets value for attribute identityvoidSets value for attribute levelvoidSets value for attribute maskvoidsetNetworkCode(String networkCode) Sets value for attribute networkCodetoString()Returns a string representation of the value object.
-
Constructor Details
-
NetworkAuthorization
public NetworkAuthorization() -
NetworkAuthorization
-
NetworkAuthorization
-
NetworkAuthorization
-
-
Method Details
-
getIdentity
Gets value for attribute identity -
setIdentity
Sets value for attribute identity -
getLevel
Gets value for attribute level -
setLevel
Sets value for attribute level -
getMask
Gets value for attribute mask -
setMask
Sets value for attribute mask -
getNetworkCode
Gets value for attribute networkCode -
setNetworkCode
Sets value for attribute networkCode -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
toString
Returns a string representation of the value object.
-