Class GrantVO

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

public class GrantVO extends SecurityObjectVO<GrantVO> implements Serializable
A GrantVO is the representation of a permission an User is granted to.
Author:
Heiko Scherrer
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    HTTP media type representation.

    Fields inherited from class org.ameba.http.AbstractBase

    DATETIME_FORMAT_ZULU
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.openwms.core.uaa.api.SecurityObjectVO

    equals, getDescription, getName, getpKey, hashCode, setDescription, setName, setpKey, toString

    Methods inherited from class org.ameba.http.AbstractBase

    getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • GrantVO

      public GrantVO()