|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xtvdclient.xtvd.datatypes.AbstractDataType
net.sf.xtvdclient.xtvd.datatypes.Genre
public class Genre
A bean that represents a member record. A member
records occurs at the productionCrew/crew level.
| Field Summary |
|---|
| Fields inherited from class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType |
|---|
END_OF_LINE |
| Constructor Summary | |
|---|---|
Genre()
Default constructor. |
|
Genre(java.lang.String classValue,
int relevance)
Create a new instance of the class with the specified values for the instance variables. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassValue()
Returns classValue. |
int |
getRelevance()
Returns relevance. |
void |
reset()
Reset the instance variable to empty values. |
void |
setClassValue(java.lang.String classValue)
Set classValue. |
void |
setRelevance(int relevance)
Set relevance. |
java.lang.String |
toString()
Over-ridden implementation. |
| Methods inherited from class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType |
|---|
compareTo, equals, replaceSpecialCharacters, replaceSpecialCharacters |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Genre()
public Genre(java.lang.String classValue,
int relevance)
classValue - The classValue value to set.relevance - The relevance value to set.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
XML representation
of the class fields in the same format as in the original
XTVD document.
toString in class java.lang.Objectpublic final java.lang.String getClassValue()
classValue.
public final void setClassValue(java.lang.String classValue)
classValue.
classValue - The value to set.public final int getRelevance()
relevance.
public final void setRelevance(int relevance)
relevance.
relevance - The value to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||