|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.dictionary.old.dto.Field
@Deprecated public class Field
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.dto.dictionary.student.kuali.org}fieldDescriptor"/> <element name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ConstraintDescriptor |
constraintDescriptor
Deprecated. |
protected boolean |
dynamic
Deprecated. |
protected FieldDescriptor |
fieldDescriptor
Deprecated. |
protected String |
id
Deprecated. |
protected String |
key
Deprecated. |
protected boolean |
selector
Deprecated. |
Constructor Summary | |
---|---|
Field()
Deprecated. |
Method Summary | |
---|---|
ConstraintDescriptor |
getConstraintDescriptor()
Deprecated. |
FieldDescriptor |
getFieldDescriptor()
Deprecated. Gets the value of the fieldDescriptor property. |
String |
getId()
Deprecated. |
String |
getKey()
Deprecated. Gets the value of the key property. |
boolean |
isDynamic()
Deprecated. |
boolean |
isSelector()
Deprecated. |
void |
setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
Deprecated. |
void |
setDynamic(boolean dynamic)
Deprecated. |
void |
setFieldDescriptor(FieldDescriptor value)
Deprecated. Sets the value of the fieldDescriptor property. |
void |
setId(String id)
Deprecated. |
void |
setKey(String value)
Deprecated. Sets the value of the key property. |
void |
setSelector(boolean isSelector)
Deprecated. Indicates if the field is a selector field, which indicates that changes to this field may alter the structure of the object type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String key
protected String id
protected FieldDescriptor fieldDescriptor
protected ConstraintDescriptor constraintDescriptor
protected boolean selector
protected boolean dynamic
Constructor Detail |
---|
public Field()
Method Detail |
---|
public FieldDescriptor getFieldDescriptor()
FieldDescriptor
public void setFieldDescriptor(FieldDescriptor value)
value
- allowed object is
FieldDescriptor
public boolean isSelector()
public void setSelector(boolean isSelector)
isSelector
- public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public ConstraintDescriptor getConstraintDescriptor()
public void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
constraintDescriptor
- the constraintDescriptor to setpublic String getId()
public void setId(String id)
id
- the id to setpublic boolean isDynamic()
public void setDynamic(boolean dynamic)
dyncamic
- the dynamic to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |