de.theappguys.winzigsql
Class Cruddable.CrudNotNullableObjectValue<T>

java.lang.Object
  extended by de.theappguys.winzigsql.Cruddable.CrudValue<T>
      extended by de.theappguys.winzigsql.Cruddable.CrudNotNullableValue<T>
          extended by de.theappguys.winzigsql.Cruddable.CrudNotNullableObjectValue<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Cruddable.CrudBlob, Cruddable.CrudDate, Cruddable.CrudEnum, Cruddable.CrudString
Enclosing class:
Cruddable

public abstract class Cruddable.CrudNotNullableObjectValue<T>
extends Cruddable.CrudNotNullableValue<T>

See Also:
Serialized Form

Field Summary
protected  T t
           
 
Fields inherited from class de.theappguys.winzigsql.Cruddable.CrudValue
dbFieldName, index
 
Constructor Summary
Cruddable.CrudNotNullableObjectValue(String dbFieldName)
           
 
Method Summary
 T get()
           
 void set(T t)
           
 
Methods inherited from class de.theappguys.winzigsql.Cruddable.CrudNotNullableValue
isNull, isNullable
 
Methods inherited from class de.theappguys.winzigsql.Cruddable.CrudValue
addToContentValues, equals, fromCursor, fromCursor, getFieldName, hashCode, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

t

protected T t
Constructor Detail

Cruddable.CrudNotNullableObjectValue

public Cruddable.CrudNotNullableObjectValue(String dbFieldName)
Method Detail

get

public T get()
Specified by:
get in class Cruddable.CrudValue<T>

set

public void set(T t)
Specified by:
set in class Cruddable.CrudValue<T>


Copyright © 2013. All Rights Reserved.