Class TransactionVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<TransactionVO>
org.ameba.http.AbstractBase<TransactionVO>
org.openwms.common.spi.transactions.TransactionVO

public class TransactionVO extends org.ameba.http.AbstractBase<TransactionVO>
A TransactionVO.
Author:
Heiko Scherrer
  • Field Details Link icon

    • MEDIA_TYPE Link icon

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

      @Null(groups=Create.class) @Size(max=255) private @Null(groups=Create.class) @Size(max=255) String pKey
      The persistent key.
    • description Link icon

      @Size(max=2048) private @Size(max=2048) String description
      A human readable descriptive text of the Transaction that happened.
    • type Link icon

      @NotEmpty(groups=Create.class) @Size(max=255) private @NotEmpty(groups=Create.class) @Size(max=255) String type
      A defined transaction type or key.
    • createdByUser Link icon

      @Size(max=255) private @Size(max=255) String createdByUser
      The human user or system that initiated the Transaction.
    • sender Link icon

      @Size(max=255) private @Size(max=255) String sender
      The service name that created the Transaction.
    • details Link icon

      private Map<String,String> details
      Arbitrary detail information with values according to the specific Transaction.
  • Constructor Details Link icon

    • TransactionVO Link icon

      public TransactionVO()
  • Method Details Link icon

    • getpKey Link icon

      public String getpKey()
    • setpKey Link icon

      public void setpKey(String pKey)
    • getDescription Link icon

      public String getDescription()
    • setDescription Link icon

      public void setDescription(String description)
    • getType Link icon

      public String getType()
    • setType Link icon

      public void setType(String type)
    • getCreatedByUser Link icon

      public String getCreatedByUser()
    • setCreatedByUser Link icon

      public void setCreatedByUser(String createdByUser)
    • getSender Link icon

      public String getSender()
    • setSender Link icon

      public void setSender(String sender)
    • getDetails Link icon

      public Map<String,String> getDetails()
    • setDetails Link icon

      public void setDetails(Map<String,String> details)
    • addDetail Link icon

      public void addDetail(String key, String value)
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class org.ameba.http.AbstractBase<TransactionVO>
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class org.ameba.http.AbstractBase<TransactionVO>
    • toString Link icon

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