org.kuali.student.common.ui.client.widgets.rules
Class ReqComponentVO

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.rules.Token
      extended by 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

Field Summary
private  String clusetId
           
private  boolean dirty
           
private  String guiReferenceLabelId
           
private  String id
           
private  ReqComponentInfo reqComponentInfo
           
private static long serialVersionUID
           
private  String typeDesc
           
 
Fields inherited from class org.kuali.student.common.ui.client.widgets.rules.Token
And, Condition, EndParenthesis, Or, StartParenthesis, type, value
 
Constructor Summary
ReqComponentVO()
           
ReqComponentVO(ReqComponentInfo reqComponentInfo)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusetId()
           
 String getGuiReferenceLabelId()
           
 String getId()
           
 ReqComponentInfo getReqComponentInfo()
           
 String getTypeDesc()
           
 boolean isDirty()
           
 void setClusetId(String clusetId)
           
 void setDirty(boolean dirty)
           
 void setGuiReferenceLabelId(String guiReferenceLabelId)
           
 void setId(String id)
           
 void setReqComponentInfo(ReqComponentInfo reqComponentInfo)
           
 void setTypeDesc(String typeDesc)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReqComponentVO

public ReqComponentVO()

ReqComponentVO

public ReqComponentVO(ReqComponentInfo reqComponentInfo)
Method Detail

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.