|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.pleso.framework.client.dal.db.types.DBStringTime
public class DBStringTime
Database Time type internally implemented like String
see StringTime
| Field Summary | |
|---|---|
static StringTime |
nullValue
|
| Constructor Summary | |
|---|---|
DBStringTime()
|
|
DBStringTime(StringTime initialValue)
|
|
| Method Summary | |
|---|---|
StringTime |
getStringDate()
|
java.lang.String |
getValue()
Returns string representation of current value, held in implementation. |
boolean |
isNull()
Checks whether value of instance equals null. |
boolean |
parseValue(java.lang.String value)
Parses string representation of value to represented type and assigns parsed value to self. |
void |
setNull()
Sets instance value to null. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringTime nullValue
| Constructor Detail |
|---|
public DBStringTime()
public DBStringTime(StringTime initialValue)
| Method Detail |
|---|
public boolean isNull()
INullable
isNull in interface INullabletrue if instance value is nullpublic void setNull()
INullable
setNull in interface INullablepublic java.lang.String getValue()
IDBValue
getValue in interface IDBValuepublic boolean parseValue(java.lang.String value)
IDBValuenull
implementation must try to set itself to null.
parseValue in interface IDBValuevalue - string representation of value
true if value parsed and assigned successfullypublic StringTime getStringDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||