|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectru.onego.industrial.catalog.meta.IDValue
public class IDValue
Column value responsible for holding ID value from interface dialog text field.
| Constructor Summary | |
|---|---|
IDValue()
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object value)
Does nothing. |
java.lang.String |
getName()
Returns type name. |
java.lang.Object |
getValue()
Returns ID text field value. |
boolean |
isEmpty()
This method always returns false. |
void |
setValue(java.lang.Object value)
Does noting |
void |
setValue(java.lang.String value)
Does noting |
java.lang.String |
toString()
Returns ID text field value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDValue()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface ColumnValue
public void setValue(java.lang.Object value)
throws MetaException
setValue in interface ColumnValuevalue - Value which is ignored
MetaException - never
public void setValue(java.lang.String value)
throws MetaException
setValue in interface ColumnValuevalue - Value which is ignored
MetaException - neverpublic java.lang.Object getValue()
getValue in interface ColumnValuepublic boolean isEmpty()
false.
isEmpty in interface ColumnValuefalse
public void add(java.lang.Object value)
throws MetaException
add in interface ColumnValuevalue - Value is ignored
MetaException - neverpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||