org.ujoframework.orm.sample
Class ViewOrder

java.lang.Object
  extended by org.ujoframework.extensions.AbstractUjo
      extended by org.ujoframework.implementation.quick.QuickUjo
          extended by org.ujoframework.implementation.orm.OrmTable<ViewOrder>
              extended by org.ujoframework.orm.sample.ViewOrder
All Implemented Interfaces:
UjoCloneable, UjoTextable, OrmUjo, Ujo

public class ViewOrder
extends OrmTable<ViewOrder>

The column mapping to FROM view.


Field Summary
static UjoProperty<ViewOrder,java.lang.Long> ID
          Unique key
static UjoProperty<ViewOrder,java.lang.Integer> ITEM_COUNT
          ItemCount
 
Fields inherited from class org.ujoframework.implementation.quick.QuickUjo
data
 
Constructor Summary
ViewOrder()
           
 
Method Summary
 
Methods inherited from class org.ujoframework.implementation.orm.OrmTable
get, newRelation, readAuthorization, readChangedProperties, readSession, readValue, set, writeSession, writeValue
 
Methods inherited from class org.ujoframework.implementation.quick.QuickUjo
newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty
 
Methods inherited from class org.ujoframework.extensions.AbstractUjo
clone, equals, init, init, readProperties, readUjoManager, readValueString, toString, writeValueString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ujoframework.Ujo
readProperties
 

Field Detail

ID

public static final UjoProperty<ViewOrder,java.lang.Long> ID
Unique key


ITEM_COUNT

public static final UjoProperty<ViewOrder,java.lang.Integer> ITEM_COUNT
ItemCount

Constructor Detail

ViewOrder

public ViewOrder()


Copyright © 2009. All Rights Reserved.