Class SecurityObjectVO<T extends SecurityObjectVO<T>>

java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<T>
org.openwms.core.uaa.api.SecurityObjectVO<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GrantVO, RoleVO

public class SecurityObjectVO<T extends SecurityObjectVO<T>> extends org.ameba.http.AbstractBase<T> implements Serializable
A SecurityObjectVO encapsulates common attributes of roles and grants.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

    • SecurityObjectVO

      public SecurityObjectVO()
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • equals

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class org.ameba.http.AbstractBase<T extends SecurityObjectVO<T>>
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class org.ameba.http.AbstractBase<T extends SecurityObjectVO<T>>
    • toString

      public String toString()
      Name only.
      Overrides:
      toString in class org.springframework.hateoas.RepresentationModel<T extends SecurityObjectVO<T>>