org.kuali.student.common.ui.client.widgets.rules
Class ReqComponentVO
java.lang.Object
org.kuali.student.common.ui.client.widgets.rules.Token
org.kuali.student.common.ui.client.widgets.rules.ReqComponentVO
- All Implemented Interfaces:
- Serializable, Cloneable, Idable
public class ReqComponentVO
- extends Token
- implements Serializable, Idable
- See Also:
- Serialized Form
Methods inherited from class org.kuali.student.common.ui.client.widgets.rules.Token |
clone, createAndToken, createOrToken, getTokenID, getType, hashCode, isCheckBoxOn, isTokenOperator, setCheckBoxOn, setTokenID, setTokenOperator, setType, toggleAndOr |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private String id
reqComponentInfo
private ReqComponentInfo reqComponentInfo
typeDesc
private String typeDesc
dirty
private boolean dirty
clusetId
private String clusetId
guiReferenceLabelId
private String guiReferenceLabelId
ReqComponentVO
public ReqComponentVO()
ReqComponentVO
public ReqComponentVO(ReqComponentInfo reqComponentInfo)
getReqComponentInfo
public ReqComponentInfo getReqComponentInfo()
setReqComponentInfo
public void setReqComponentInfo(ReqComponentInfo reqComponentInfo)
getTypeDesc
public String getTypeDesc()
setTypeDesc
public void setTypeDesc(String typeDesc)
isDirty
public boolean isDirty()
setDirty
public void setDirty(boolean dirty)
getClusetId
public String getClusetId()
setClusetId
public void setClusetId(String clusetId)
getGuiReferenceLabelId
public String getGuiReferenceLabelId()
setGuiReferenceLabelId
public void setGuiReferenceLabelId(String guiReferenceLabelId)
getId
public String getId()
- Specified by:
getId
in interface Idable
setId
public void setId(String id)
- Specified by:
setId
in interface Idable
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Token
toString
public String toString()
- Overrides:
toString
in class Token
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.