Class AccountVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<AccountVO>
org.openwms.common.account.api.AccountVO
All Implemented Interfaces:
Serializable

public class AccountVO extends org.springframework.hateoas.RepresentationModel<AccountVO> implements Serializable
A AccountVO is the representation object that encapsulates identifying information about the actual cost center.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • MEDIA_TYPE

      public static final String MEDIA_TYPE
      HTTP media type representation.
      See Also:
    • pKey

      private String pKey
      The persistent technical key of the Account.
    • identifier

      @NotBlank private @NotBlank String identifier
      Unique identifier.
    • name

      @NotBlank private @NotBlank String name
      Name.
    • createDt

      private LocalDateTime createDt
      Timestamp when the Account has been created.
  • Constructor Details

    • AccountVO

      public AccountVO()
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String identifier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • equals

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<AccountVO>
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<AccountVO>
    • toString

      public String toString()
      All fields.
      Overrides:
      toString in class org.springframework.hateoas.RepresentationModel<AccountVO>