Class GuardDefVO
- java.lang.Object
-
- net.anotheria.asg.data.AbstractFederatedVO
-
- net.anotheria.anosite.gen.asfederateddata.data.GuardDefVO
-
-
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 Constructor Description GuardDefVO(java.lang.String anId)GuardDefVO(GuardDefVO toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuardDefclone()intcompareTo(GuardDef comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)voidcopyAttributesFrom(GuardDef toCopy)booleanequals(java.lang.Object o)java.lang.StringgetClazz()Returns the value of the clazz attribute.java.lang.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.lang.StringgetDescription()Returns the value of the description attribute.java.lang.StringgetFootprint()java.lang.StringgetId()longgetLastUpdateTimestamp()java.lang.StringgetName()Returns the value of the name attribute.java.lang.StringgetParameter1()Returns the value of the parameter1 attribute.java.lang.StringgetParameter2()Returns the value of the parameter2 attribute.java.lang.StringgetParameter3()Returns the value of the parameter3 attribute.java.lang.StringgetParameter4()Returns the value of the parameter4 attribute.java.lang.StringgetParameter5()Returns the value of the parameter5 attribute.java.lang.ObjectgetPropertyValue(java.lang.String propertyName)voidsetClazz(java.lang.String value)Sets the value of the clazz attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute.voidsetLastUpdateTimestamp(long value)voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetParameter1(java.lang.String value)Sets the value of the parameter1 attribute.voidsetParameter2(java.lang.String value)Sets the value of the parameter2 attribute.voidsetParameter3(java.lang.String value)Sets the value of the parameter3 attribute.voidsetParameter4(java.lang.String value)Sets the value of the parameter4 attribute.voidsetParameter5(java.lang.String value)Sets the value of the parameter5 attribute.java.lang.StringtoString()net.anotheria.util.xml.XMLNodetoXMLNode()
-
-
-
Constructor Detail
-
GuardDefVO
public GuardDefVO(java.lang.String anId)
-
GuardDefVO
public GuardDefVO(GuardDefVO toClone)
-
-
Method Detail
-
getId
public java.lang.String 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
public java.lang.String getName()
Description copied from interface:GuardDefReturns the value of the name attribute.
-
setName
public void setName(java.lang.String value)
Description copied from interface:GuardDefSets the value of the name attribute.
-
getClazz
public java.lang.String getClazz()
Description copied from interface:GuardDefReturns the value of the clazz attribute.
-
setClazz
public void setClazz(java.lang.String value)
Description copied from interface:GuardDefSets the value of the clazz attribute.
-
getParameter1
public java.lang.String getParameter1()
Description copied from interface:GuardDefReturns the value of the parameter1 attribute.- Specified by:
getParameter1in interfaceGuardDef
-
setParameter1
public void setParameter1(java.lang.String value)
Description copied from interface:GuardDefSets the value of the parameter1 attribute.- Specified by:
setParameter1in interfaceGuardDef
-
getParameter2
public java.lang.String getParameter2()
Description copied from interface:GuardDefReturns the value of the parameter2 attribute.- Specified by:
getParameter2in interfaceGuardDef
-
setParameter2
public void setParameter2(java.lang.String value)
Description copied from interface:GuardDefSets the value of the parameter2 attribute.- Specified by:
setParameter2in interfaceGuardDef
-
getParameter3
public java.lang.String getParameter3()
Description copied from interface:GuardDefReturns the value of the parameter3 attribute.- Specified by:
getParameter3in interfaceGuardDef
-
setParameter3
public void setParameter3(java.lang.String value)
Description copied from interface:GuardDefSets the value of the parameter3 attribute.- Specified by:
setParameter3in interfaceGuardDef
-
getParameter4
public java.lang.String getParameter4()
Description copied from interface:GuardDefReturns the value of the parameter4 attribute.- Specified by:
getParameter4in interfaceGuardDef
-
setParameter4
public void setParameter4(java.lang.String value)
Description copied from interface:GuardDefSets the value of the parameter4 attribute.- Specified by:
setParameter4in interfaceGuardDef
-
getParameter5
public java.lang.String getParameter5()
Description copied from interface:GuardDefReturns the value of the parameter5 attribute.- Specified by:
getParameter5in interfaceGuardDef
-
setParameter5
public void setParameter5(java.lang.String value)
Description copied from interface:GuardDefSets the value of the parameter5 attribute.- Specified by:
setParameter5in interfaceGuardDef
-
getDescription
public java.lang.String getDescription()
Description copied from interface:GuardDefReturns the value of the description attribute.- Specified by:
getDescriptionin interfaceGuardDef
-
setDescription
public void setDescription(java.lang.String value)
Description copied from interface:GuardDefSets the value of the description attribute.- Specified by:
setDescriptionin interfaceGuardDef
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
clone
public GuardDef clone()
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
public void copyAttributesFrom(GuardDef toCopy)
-
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.String propertyName)
- 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
public int compareTo(GuardDef comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-