public class PolicyGroup extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private PolicyGroupRevsMgr |
activeRefRevsMgr |
private ReusableCondition[] |
groupConditions |
private java.lang.Boolean |
isLocked |
private java.util.Calendar |
lastChanged |
private Policy[] |
policies |
private PolicyGroupRevsMgr |
refRevsMgr |
private java.lang.String |
revisionComment |
private java.lang.Integer |
revisionNumber |
private Ruleset[] |
rulesets |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
PolicyGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
PolicyGroupRevsMgr |
getActiveRefRevsMgr() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
ReusableCondition[] |
getGroupConditions() |
java.lang.Boolean |
getIsLocked() |
java.util.Calendar |
getLastChanged() |
Policy[] |
getPolicies() |
PolicyGroupRevsMgr |
getRefRevsMgr() |
java.lang.String |
getRevisionComment() |
java.lang.Integer |
getRevisionNumber() |
Ruleset[] |
getRulesets() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActiveRefRevsMgr(PolicyGroupRevsMgr activeRefRevsMgr) |
void |
setGroupConditions(ReusableCondition[] groupConditions) |
void |
setIsLocked(java.lang.Boolean isLocked) |
void |
setLastChanged(java.util.Calendar lastChanged) |
void |
setPolicies(Policy[] policies) |
void |
setRefRevsMgr(PolicyGroupRevsMgr refRevsMgr) |
void |
setRevisionComment(java.lang.String revisionComment) |
void |
setRevisionNumber(java.lang.Integer revisionNumber) |
void |
setRulesets(Ruleset[] rulesets) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private PolicyGroupRevsMgr activeRefRevsMgr
private ReusableCondition[] groupConditions
private java.lang.Boolean isLocked
private java.util.Calendar lastChanged
private Policy[] policies
private PolicyGroupRevsMgr refRevsMgr
private java.lang.String revisionComment
private java.lang.Integer revisionNumber
private Ruleset[] rulesets
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public PolicyGroupRevsMgr getActiveRefRevsMgr()
public void setActiveRefRevsMgr(PolicyGroupRevsMgr activeRefRevsMgr)
public ReusableCondition[] getGroupConditions()
public void setGroupConditions(ReusableCondition[] groupConditions)
public java.lang.Boolean getIsLocked()
public void setIsLocked(java.lang.Boolean isLocked)
public java.util.Calendar getLastChanged()
public void setLastChanged(java.util.Calendar lastChanged)
public Policy[] getPolicies()
public void setPolicies(Policy[] policies)
public PolicyGroupRevsMgr getRefRevsMgr()
public void setRefRevsMgr(PolicyGroupRevsMgr refRevsMgr)
public java.lang.String getRevisionComment()
public void setRevisionComment(java.lang.String revisionComment)
public java.lang.Integer getRevisionNumber()
public void setRevisionNumber(java.lang.Integer revisionNumber)
public Ruleset[] getRulesets()
public void setRulesets(Ruleset[] rulesets)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)