Class TrusteeRight

java.lang.Object
com.axemble.vdp.security.helper.TrusteeRight
All Implemented Interfaces:
Serializable

public class TrusteeRight extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • stateToString

      public static String stateToString(int state)
    • copy

      public TrusteeRight copy()
    • getRightValue

      public RightConst getRightValue()
    • getTrustee

      public TrusteeObject getTrustee()
    • getState

      public int getState()
    • setState

      public void setState(int state)
    • onValueChange

      protected void onValueChange()
    • delete

      public void delete()
    • isCreated

      public boolean isCreated()
    • isLoaded

      public boolean isLoaded()
    • isUpdated

      public boolean isUpdated()
    • isDeleted

      public boolean isDeleted()
    • isIgnored

      public boolean isIgnored()
    • isValid

      public boolean isValid()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      public int getValue()
    • setValue

      public void setValue(int value)
    • clearFlag

      public void clearFlag(int value)
    • increaseLevel

      public void increaseLevel(int value)
    • setFlag

      public void setFlag(int value)
    • decreaseLevel

      public void decreaseLevel(int value)
    • getType

      public int getType()
    • rightEquals

      public boolean rightEquals(RightConst other)
    • isFlag

      public boolean isFlag(RightConst other)
    • isGOET

      public boolean isGOET(RightConst other)
      Returns:
      is greater or equal to
    • isLOET

      public boolean isLOET(RightConst other)
      Returns:
      is lower or equal to
    • copyRight

      public RightValue copyRight()