|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.ed.AbstractDataType
edu.vt.middleware.ed.AbstractAttribute
public abstract class AbstractAttribute
Contains methods common to all attributes.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serialization version marker |
| Fields inherited from class edu.vt.middleware.ed.AbstractDataType |
|---|
HASH_CODE_SEED |
| Constructor Summary | |
|---|---|
AbstractAttribute()
|
|
| Method Summary | |
|---|---|
String |
getAttributeDescription()
This returns the attribute description. |
String |
getAttributeName()
This returns the attribute name. |
void |
setAttributeDescription(String s)
This sets the attribute description. |
void |
setAttributeName(String s)
This sets the attribute name. |
| Methods inherited from class edu.vt.middleware.ed.AbstractDataType |
|---|
compareTo, equals, getDataType, getTypeCode, getTypeName, hashCode, setTypeCode, setTypeName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public AbstractAttribute()
| Method Detail |
|---|
public String getAttributeName()
getAttributeName in interface AttributeString - namepublic void setAttributeName(String s)
setAttributeName in interface Attributes - String to setpublic String getAttributeDescription()
getAttributeDescription in interface AttributeString - descriptionpublic void setAttributeDescription(String s)
setAttributeDescription in interface Attributes - String to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||