Class Service

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

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

    • Service

      public Service()
    • Service

      public Service(String code, String description, Long id)
    • Service

      public Service(String code)
    • Service

      public Service(Service otherBean)
  • Method Details

    • getCode

      public String getCode()
      Gets value for attribute code
    • setCode

      public void setCode(String code)
      Sets value for attribute code
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • 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