Class GuardDefVO
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
-
Field Summary
Fields inherited from interface net.anotheria.anosite.gen.asfederateddata.data.GuardDef
PROP_CLAZZ, PROP_DESCRIPTION, PROP_ID, PROP_NAME, PROP_PARAMETER1, PROP_PARAMETER2, PROP_PARAMETER3, PROP_PARAMETER4, PROP_PARAMETER5 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyAttributesFrom(GuardDef toCopy) booleangetClazz()Returns the value of the clazz attribute.Returns the value of the description attribute.getId()longgetName()Returns the value of the name attribute.Returns the value of the parameter1 attribute.Returns the value of the parameter2 attribute.Returns the value of the parameter3 attribute.Returns the value of the parameter4 attribute.Returns the value of the parameter5 attribute.getPropertyValue(String propertyName) voidSets the value of the clazz attribute.voidsetDescription(String value) Sets the value of the description attribute.voidsetLastUpdateTimestamp(long value) voidSets the value of the name attribute.voidsetParameter1(String value) Sets the value of the parameter1 attribute.voidsetParameter2(String value) Sets the value of the parameter2 attribute.voidsetParameter3(String value) Sets the value of the parameter3 attribute.voidsetParameter4(String value) Sets the value of the parameter4 attribute.voidsetParameter5(String value) Sets the value of the parameter5 attribute.toString()net.anotheria.util.xml.XMLNodeMethods inherited from class net.anotheria.asg.data.AbstractFederatedVO
getObjectInfo, hashCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
getObjectInfo
-
Constructor Details
-
GuardDefVO
-
GuardDefVO
-
-
Method Details
-
getId
- Specified by:
getIdin interfacenet.anotheria.asg.data.DataObject
-
getLastUpdateTimestamp
public long getLastUpdateTimestamp()- Specified by:
getLastUpdateTimestampin interfacenet.anotheria.asg.data.DataObject
-
setLastUpdateTimestamp
public void setLastUpdateTimestamp(long value) -
getName
Description copied from interface:GuardDefReturns the value of the name attribute. -
setName
Description copied from interface:GuardDefSets the value of the name attribute. -
getClazz
Description copied from interface:GuardDefReturns the value of the clazz attribute. -
setClazz
Description copied from interface:GuardDefSets the value of the clazz attribute. -
getParameter1
Description copied from interface:GuardDefReturns the value of the parameter1 attribute.- Specified by:
getParameter1in interfaceGuardDef
-
setParameter1
Description copied from interface:GuardDefSets the value of the parameter1 attribute.- Specified by:
setParameter1in interfaceGuardDef
-
getParameter2
Description copied from interface:GuardDefReturns the value of the parameter2 attribute.- Specified by:
getParameter2in interfaceGuardDef
-
setParameter2
Description copied from interface:GuardDefSets the value of the parameter2 attribute.- Specified by:
setParameter2in interfaceGuardDef
-
getParameter3
Description copied from interface:GuardDefReturns the value of the parameter3 attribute.- Specified by:
getParameter3in interfaceGuardDef
-
setParameter3
Description copied from interface:GuardDefSets the value of the parameter3 attribute.- Specified by:
setParameter3in interfaceGuardDef
-
getParameter4
Description copied from interface:GuardDefReturns the value of the parameter4 attribute.- Specified by:
getParameter4in interfaceGuardDef
-
setParameter4
Description copied from interface:GuardDefSets the value of the parameter4 attribute.- Specified by:
setParameter4in interfaceGuardDef
-
getParameter5
Description copied from interface:GuardDefReturns the value of the parameter5 attribute.- Specified by:
getParameter5in interfaceGuardDef
-
setParameter5
Description copied from interface:GuardDefSets the value of the parameter5 attribute.- Specified by:
setParameter5in interfaceGuardDef
-
getDescription
Description copied from interface:GuardDefReturns the value of the description attribute.- Specified by:
getDescriptionin interfaceGuardDef
-
setDescription
Description copied from interface:GuardDefSets the value of the description attribute.- Specified by:
setDescriptionin interfaceGuardDef
-
toString
-
clone
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
-
getPropertyValue
- Specified by:
getPropertyValuein interfacenet.anotheria.asg.data.DataObject
-
toXMLNode
public net.anotheria.util.xml.XMLNode toXMLNode()- Specified by:
toXMLNodein interfacenet.anotheria.asg.data.DataObject- Overrides:
toXMLNodein classnet.anotheria.asg.data.AbstractFederatedVO
-
compareTo
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
-