org.kuali.student.core.statement.dto
Class ReqCompFieldInfo
java.lang.Object
org.kuali.student.core.statement.dto.ReqCompFieldInfo
- All Implemented Interfaces:
- Serializable, Idable
public class ReqCompFieldInfo
- extends Object
- implements Serializable, Idable
Detailed information about a requirement component field value.
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private String id
type
private String type
value
private String value
ReqCompFieldInfo
public ReqCompFieldInfo()
getId
public String getId()
- Unique identifier for a requirement component field type.
- Specified by:
getId
in interface Idable
setId
public void setId(String id)
- Specified by:
setId
in interface Idable
getType
public String getType()
setType
public void setType(String type)
getValue
public String getValue()
- Value for this requirement component field.
setValue
public void setValue(String value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.