java.lang.Object
net.anotheria.asg.data.AbstractFederatedVO
net.anotheria.anosite.gen.asfederateddata.data.GuardDefVO
All Implemented Interfaces:
Cloneable, GuardDef, net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable

public class GuardDefVO extends net.anotheria.asg.data.AbstractFederatedVO implements GuardDef, net.anotheria.util.sorter.IComparable
  • Constructor Details

    • GuardDefVO

      public GuardDefVO(String anId)
    • GuardDefVO

      public GuardDefVO(GuardDefVO toClone)
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface net.anotheria.asg.data.DataObject
    • getLastUpdateTimestamp

      public long getLastUpdateTimestamp()
      Specified by:
      getLastUpdateTimestamp in interface net.anotheria.asg.data.DataObject
    • setLastUpdateTimestamp

      public void setLastUpdateTimestamp(long value)
    • getName

      public String getName()
      Description copied from interface: GuardDef
      Returns the value of the name attribute.
      Specified by:
      getName in interface GuardDef
    • setName

      public void setName(String value)
      Description copied from interface: GuardDef
      Sets the value of the name attribute.
      Specified by:
      setName in interface GuardDef
    • getClazz

      public String getClazz()
      Description copied from interface: GuardDef
      Returns the value of the clazz attribute.
      Specified by:
      getClazz in interface GuardDef
    • setClazz

      public void setClazz(String value)
      Description copied from interface: GuardDef
      Sets the value of the clazz attribute.
      Specified by:
      setClazz in interface GuardDef
    • getParameter1

      public String getParameter1()
      Description copied from interface: GuardDef
      Returns the value of the parameter1 attribute.
      Specified by:
      getParameter1 in interface GuardDef
    • setParameter1

      public void setParameter1(String value)
      Description copied from interface: GuardDef
      Sets the value of the parameter1 attribute.
      Specified by:
      setParameter1 in interface GuardDef
    • getParameter2

      public String getParameter2()
      Description copied from interface: GuardDef
      Returns the value of the parameter2 attribute.
      Specified by:
      getParameter2 in interface GuardDef
    • setParameter2

      public void setParameter2(String value)
      Description copied from interface: GuardDef
      Sets the value of the parameter2 attribute.
      Specified by:
      setParameter2 in interface GuardDef
    • getParameter3

      public String getParameter3()
      Description copied from interface: GuardDef
      Returns the value of the parameter3 attribute.
      Specified by:
      getParameter3 in interface GuardDef
    • setParameter3

      public void setParameter3(String value)
      Description copied from interface: GuardDef
      Sets the value of the parameter3 attribute.
      Specified by:
      setParameter3 in interface GuardDef
    • getParameter4

      public String getParameter4()
      Description copied from interface: GuardDef
      Returns the value of the parameter4 attribute.
      Specified by:
      getParameter4 in interface GuardDef
    • setParameter4

      public void setParameter4(String value)
      Description copied from interface: GuardDef
      Sets the value of the parameter4 attribute.
      Specified by:
      setParameter4 in interface GuardDef
    • getParameter5

      public String getParameter5()
      Description copied from interface: GuardDef
      Returns the value of the parameter5 attribute.
      Specified by:
      getParameter5 in interface GuardDef
    • setParameter5

      public void setParameter5(String value)
      Description copied from interface: GuardDef
      Sets the value of the parameter5 attribute.
      Specified by:
      setParameter5 in interface GuardDef
    • getDescription

      public String getDescription()
      Description copied from interface: GuardDef
      Returns the value of the description attribute.
      Specified by:
      getDescription in interface GuardDef
    • setDescription

      public void setDescription(String value)
      Description copied from interface: GuardDef
      Sets the value of the description attribute.
      Specified by:
      setDescription in interface GuardDef
    • toString

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

      public GuardDef clone()
      Specified by:
      clone in interface net.anotheria.asg.data.DataObject
      Specified by:
      clone in class net.anotheria.asg.data.AbstractFederatedVO
    • copyAttributesFrom

      public void copyAttributesFrom(GuardDef toCopy)
    • getPropertyValue

      public Object getPropertyValue(String propertyName)
      Specified by:
      getPropertyValue in interface net.anotheria.asg.data.DataObject
    • toXMLNode

      public net.anotheria.util.xml.XMLNode toXMLNode()
      Specified by:
      toXMLNode in interface net.anotheria.asg.data.DataObject
      Overrides:
      toXMLNode in class net.anotheria.asg.data.AbstractFederatedVO
    • compareTo

      public int compareTo(GuardDef comparable)
    • compareTo

      public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)
      Specified by:
      compareTo in interface net.anotheria.util.sorter.IComparable
    • getDefinedName

      public String getDefinedName()
      Specified by:
      getDefinedName in interface net.anotheria.asg.data.DataObject
    • getDefinedParentName

      public String getDefinedParentName()
      Specified by:
      getDefinedParentName in interface net.anotheria.asg.data.DataObject
    • getFootprint

      public String getFootprint()
      Specified by:
      getFootprint in interface net.anotheria.asg.data.DataObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object