Class NetworkAuthorization

java.lang.Object
com.soffid.iam.am.api.NetworkAuthorization
All Implemented Interfaces:
Serializable

public class NetworkAuthorization extends Object implements Serializable
ValueObject NetworkAuthorization
See Also:
  • Constructor Details

    • NetworkAuthorization

      public NetworkAuthorization()
    • NetworkAuthorization

      public NetworkAuthorization(Identity identity, Integer level, String mask, String networkCode, Long id)
    • NetworkAuthorization

      public NetworkAuthorization(Identity identity, Integer level, String networkCode)
    • NetworkAuthorization

      public NetworkAuthorization(NetworkAuthorization otherBean)
  • Method Details

    • getIdentity

      public Identity getIdentity()
      Gets value for attribute identity
    • setIdentity

      public void setIdentity(Identity identity)
      Sets value for attribute identity
    • getLevel

      public Integer getLevel()
      Gets value for attribute level
    • setLevel

      public void setLevel(Integer level)
      Sets value for attribute level
    • getMask

      public String getMask()
      Gets value for attribute mask
    • setMask

      public void setMask(String mask)
      Sets value for attribute mask
    • getNetworkCode

      public String getNetworkCode()
      Gets value for attribute networkCode
    • setNetworkCode

      public void setNetworkCode(String networkCode)
      Sets value for attribute networkCode
    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object