wt.fc
Class PageResultTable

java.lang.Object
  extended bywt.fc.PageResultTable
All Implemented Interfaces:
DatastoreElement, DatastoreTable, NetFactor, ObjectMappable, Serializable

public class PageResultTable
extends Object
implements DatastoreTable

Use the newPageResultTable static factory method(s), not the PageResultTable constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static int CLASS_NAME1_UPPER_LIMIT
           
private static int CLASS_NAME10_UPPER_LIMIT
           
private static int CLASS_NAME2_UPPER_LIMIT
           
private static int CLASS_NAME3_UPPER_LIMIT
           
private static int CLASS_NAME4_UPPER_LIMIT
           
private static int CLASS_NAME5_UPPER_LIMIT
           
private static int CLASS_NAME6_UPPER_LIMIT
           
private static int CLASS_NAME7_UPPER_LIMIT
           
private static int CLASS_NAME8_UPPER_LIMIT
           
private static int CLASS_NAME9_UPPER_LIMIT
           
private static String CLASSNAME
           
private  String className1
           
private  String className10
           
private  String className2
           
private  String className3
           
private  String className4
           
private  String className5
           
private  String className6
           
private  String className7
           
private  String className8
           
private  String className9
           
private  Long groupOrder
           
private  Long oid1
           
private  Long oid10
           
private  Long oid2
           
private  Long oid3
           
private  Long oid4
           
private  Long oid5
           
private  Long oid6
           
private  Long oid7
           
private  Long oid8
           
private  Long oid9
           
private static String RESOURCE
           
private  Long rowOrder
           
private  Long sessionId
           
 
Constructor Summary
PageResultTable()
           
 
Method Summary
private  void className10Validate(String a_ClassName10)
           
private  void className1Validate(String a_ClassName1)
           
private  void className2Validate(String a_ClassName2)
           
private  void className3Validate(String a_ClassName3)
           
private  void className4Validate(String a_ClassName4)
           
private  void className5Validate(String a_ClassName5)
           
private  void className6Validate(String a_ClassName6)
           
private  void className7Validate(String a_ClassName7)
           
private  void className8Validate(String a_ClassName8)
           
private  void className9Validate(String a_ClassName9)
           
 ClassInfo getClassInfo()
          Returns the ClassInfo object for this class.
 String getClassName1()
          Gets the value of the attribute: className1.
 String getClassName10()
          Gets the value of the attribute: className10.
 String getClassName2()
          Gets the value of the attribute: className2.
 String getClassName3()
          Gets the value of the attribute: className3.
 String getClassName4()
          Gets the value of the attribute: className4.
 String getClassName5()
          Gets the value of the attribute: className5.
 String getClassName6()
          Gets the value of the attribute: className6.
 String getClassName7()
          Gets the value of the attribute: className7.
 String getClassName8()
          Gets the value of the attribute: className8.
 String getClassName9()
          Gets the value of the attribute: className9.
 String getConceptualClassname()
          Deprecated.  
 Long getGroupOrder()
          Gets the value of the attribute: groupOrder.
 Long getOid1()
          Gets the value of the attribute: oid1.
 Long getOid10()
          Gets the value of the attribute: oid10.
 Long getOid2()
          Gets the value of the attribute: oid2.
 Long getOid3()
          Gets the value of the attribute: oid3.
 Long getOid4()
          Gets the value of the attribute: oid4.
 Long getOid5()
          Gets the value of the attribute: oid5.
 Long getOid6()
          Gets the value of the attribute: oid6.
 Long getOid7()
          Gets the value of the attribute: oid7.
 Long getOid8()
          Gets the value of the attribute: oid8.
 Long getOid9()
          Gets the value of the attribute: oid9.
 Long getRowOrder()
          Gets the value of the attribute: rowOrder.
 Long getSessionId()
          Gets the value of the attribute: sessionId.
protected  void initialize()
          Supports initialization, following construction of an instance.
static PageResultTable newPageResultTable()
          Default factory for the class.
 void readExternal(PersistentRetrieveIfc input)
          Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.
private  void rowOrderValidate(Long a_RowOrder)
           
private  void sessionIdValidate(Long a_SessionId)
           
 void setClassName1(String a_ClassName1)
          Sets the value of the attribute: className1.
 void setClassName10(String a_ClassName10)
          Sets the value of the attribute: className10.
 void setClassName2(String a_ClassName2)
          Sets the value of the attribute: className2.
 void setClassName3(String a_ClassName3)
          Sets the value of the attribute: className3.
 void setClassName4(String a_ClassName4)
          Sets the value of the attribute: className4.
 void setClassName5(String a_ClassName5)
          Sets the value of the attribute: className5.
 void setClassName6(String a_ClassName6)
          Sets the value of the attribute: className6.
 void setClassName7(String a_ClassName7)
          Sets the value of the attribute: className7.
 void setClassName8(String a_ClassName8)
          Sets the value of the attribute: className8.
 void setClassName9(String a_ClassName9)
          Sets the value of the attribute: className9.
 void setGroupOrder(Long a_GroupOrder)
          Sets the value of the attribute: groupOrder.
 void setOid1(Long a_Oid1)
          Sets the value of the attribute: oid1.
 void setOid10(Long a_Oid10)
          Sets the value of the attribute: oid10.
 void setOid2(Long a_Oid2)
          Sets the value of the attribute: oid2.
 void setOid3(Long a_Oid3)
          Sets the value of the attribute: oid3.
 void setOid4(Long a_Oid4)
          Sets the value of the attribute: oid4.
 void setOid5(Long a_Oid5)
          Sets the value of the attribute: oid5.
 void setOid6(Long a_Oid6)
          Sets the value of the attribute: oid6.
 void setOid7(Long a_Oid7)
          Sets the value of the attribute: oid7.
 void setOid8(Long a_Oid8)
          Sets the value of the attribute: oid8.
 void setOid9(Long a_Oid9)
          Sets the value of the attribute: oid9.
 void setRowOrder(Long a_RowOrder)
          Sets the value of the attribute: rowOrder.
 void setSessionId(Long a_SessionId)
          Sets the value of the attribute: sessionId.
 String toString()
          Returns the conceptual (modeled) name for the class.
 void writeExternal(PersistentStoreIfc output)
          Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

sessionId

private Long sessionId

rowOrder

private Long rowOrder

groupOrder

private Long groupOrder

CLASS_NAME1_UPPER_LIMIT

private static int CLASS_NAME1_UPPER_LIMIT

className1

private String className1

oid1

private Long oid1

CLASS_NAME2_UPPER_LIMIT

private static int CLASS_NAME2_UPPER_LIMIT

className2

private String className2

oid2

private Long oid2

CLASS_NAME3_UPPER_LIMIT

private static int CLASS_NAME3_UPPER_LIMIT

className3

private String className3

oid3

private Long oid3

CLASS_NAME4_UPPER_LIMIT

private static int CLASS_NAME4_UPPER_LIMIT

className4

private String className4

oid4

private Long oid4

CLASS_NAME5_UPPER_LIMIT

private static int CLASS_NAME5_UPPER_LIMIT

className5

private String className5

oid5

private Long oid5

CLASS_NAME6_UPPER_LIMIT

private static int CLASS_NAME6_UPPER_LIMIT

className6

private String className6

oid6

private Long oid6

CLASS_NAME7_UPPER_LIMIT

private static int CLASS_NAME7_UPPER_LIMIT

className7

private String className7

oid7

private Long oid7

CLASS_NAME8_UPPER_LIMIT

private static int CLASS_NAME8_UPPER_LIMIT

className8

private String className8

oid8

private Long oid8

CLASS_NAME9_UPPER_LIMIT

private static int CLASS_NAME9_UPPER_LIMIT

className9

private String className9

oid9

private Long oid9

CLASS_NAME10_UPPER_LIMIT

private static int CLASS_NAME10_UPPER_LIMIT

className10

private String className10

oid10

private Long oid10
Constructor Detail

PageResultTable

public PageResultTable()
Method Detail

writeExternal

public void writeExternal(PersistentStoreIfc output)
                   throws SQLException,
                          DatastoreException
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
writeExternal in interface ObjectMappable
Parameters:
output -
Throws:
SQLException
DatastoreException

readExternal

public void readExternal(PersistentRetrieveIfc input)
                  throws SQLException,
                         DatastoreException
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
readExternal in interface ObjectMappable
Parameters:
input -
Throws:
SQLException
DatastoreException

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Returns:
String

toString

public String toString()
Returns the conceptual (modeled) name for the class.

Supported API: false

Returns:
String

getClassInfo

public ClassInfo getClassInfo()
                       throws WTIntrospectionException
Returns the ClassInfo object for this class.

Supported API: false

Specified by:
getClassInfo in interface NetFactor
Returns:
ClassInfo
Throws:
WTIntrospectionException

getSessionId

public Long getSessionId()
Gets the value of the attribute: sessionId.

Supported API: false

Returns:
Long

setSessionId

public void setSessionId(Long a_SessionId)
                  throws WTPropertyVetoException
Sets the value of the attribute: sessionId.

Supported API: false

Parameters:
a_SessionId -
Throws:
WTPropertyVetoException

sessionIdValidate

private void sessionIdValidate(Long a_SessionId)
                        throws WTPropertyVetoException
Parameters:
a_SessionId -
Throws:
WTPropertyVetoException

getRowOrder

public Long getRowOrder()
Gets the value of the attribute: rowOrder.

Supported API: false

Returns:
Long

setRowOrder

public void setRowOrder(Long a_RowOrder)
                 throws WTPropertyVetoException
Sets the value of the attribute: rowOrder.

Supported API: false

Parameters:
a_RowOrder -
Throws:
WTPropertyVetoException

rowOrderValidate

private void rowOrderValidate(Long a_RowOrder)
                       throws WTPropertyVetoException
Parameters:
a_RowOrder -
Throws:
WTPropertyVetoException

getGroupOrder

public Long getGroupOrder()
Gets the value of the attribute: groupOrder.

Supported API: false

Returns:
Long

setGroupOrder

public void setGroupOrder(Long a_GroupOrder)
                   throws WTPropertyVetoException
Sets the value of the attribute: groupOrder.

Supported API: false

Parameters:
a_GroupOrder -
Throws:
WTPropertyVetoException

getClassName1

public String getClassName1()
Gets the value of the attribute: className1.

Supported API: false

Returns:
String

setClassName1

public void setClassName1(String a_ClassName1)
                   throws WTPropertyVetoException
Sets the value of the attribute: className1.

Supported API: false

Parameters:
a_ClassName1 -
Throws:
WTPropertyVetoException

className1Validate

private void className1Validate(String a_ClassName1)
                         throws WTPropertyVetoException
Parameters:
a_ClassName1 -
Throws:
WTPropertyVetoException

getOid1

public Long getOid1()
Gets the value of the attribute: oid1.

Supported API: false

Returns:
Long

setOid1

public void setOid1(Long a_Oid1)
             throws WTPropertyVetoException
Sets the value of the attribute: oid1.

Supported API: false

Parameters:
a_Oid1 -
Throws:
WTPropertyVetoException

getClassName2

public String getClassName2()
Gets the value of the attribute: className2.

Supported API: false

Returns:
String

setClassName2

public void setClassName2(String a_ClassName2)
                   throws WTPropertyVetoException
Sets the value of the attribute: className2.

Supported API: false

Parameters:
a_ClassName2 -
Throws:
WTPropertyVetoException

className2Validate

private void className2Validate(String a_ClassName2)
                         throws WTPropertyVetoException
Parameters:
a_ClassName2 -
Throws:
WTPropertyVetoException

getOid2

public Long getOid2()
Gets the value of the attribute: oid2.

Supported API: false

Returns:
Long

setOid2

public void setOid2(Long a_Oid2)
             throws WTPropertyVetoException
Sets the value of the attribute: oid2.

Supported API: false

Parameters:
a_Oid2 -
Throws:
WTPropertyVetoException

getClassName3

public String getClassName3()
Gets the value of the attribute: className3.

Supported API: false

Returns:
String

setClassName3

public void setClassName3(String a_ClassName3)
                   throws WTPropertyVetoException
Sets the value of the attribute: className3.

Supported API: false

Parameters:
a_ClassName3 -
Throws:
WTPropertyVetoException

className3Validate

private void className3Validate(String a_ClassName3)
                         throws WTPropertyVetoException
Parameters:
a_ClassName3 -
Throws:
WTPropertyVetoException

getOid3

public Long getOid3()
Gets the value of the attribute: oid3.

Supported API: false

Returns:
Long

setOid3

public void setOid3(Long a_Oid3)
             throws WTPropertyVetoException
Sets the value of the attribute: oid3.

Supported API: false

Parameters:
a_Oid3 -
Throws:
WTPropertyVetoException

getClassName4

public String getClassName4()
Gets the value of the attribute: className4.

Supported API: false

Returns:
String

setClassName4

public void setClassName4(String a_ClassName4)
                   throws WTPropertyVetoException
Sets the value of the attribute: className4.

Supported API: false

Parameters:
a_ClassName4 -
Throws:
WTPropertyVetoException

className4Validate

private void className4Validate(String a_ClassName4)
                         throws WTPropertyVetoException
Parameters:
a_ClassName4 -
Throws:
WTPropertyVetoException

getOid4

public Long getOid4()
Gets the value of the attribute: oid4.

Supported API: false

Returns:
Long

setOid4

public void setOid4(Long a_Oid4)
             throws WTPropertyVetoException
Sets the value of the attribute: oid4.

Supported API: false

Parameters:
a_Oid4 -
Throws:
WTPropertyVetoException

getClassName5

public String getClassName5()
Gets the value of the attribute: className5.

Supported API: false

Returns:
String

setClassName5

public void setClassName5(String a_ClassName5)
                   throws WTPropertyVetoException
Sets the value of the attribute: className5.

Supported API: false

Parameters:
a_ClassName5 -
Throws:
WTPropertyVetoException

className5Validate

private void className5Validate(String a_ClassName5)
                         throws WTPropertyVetoException
Parameters:
a_ClassName5 -
Throws:
WTPropertyVetoException

getOid5

public Long getOid5()
Gets the value of the attribute: oid5.

Supported API: false

Returns:
Long

setOid5

public void setOid5(Long a_Oid5)
             throws WTPropertyVetoException
Sets the value of the attribute: oid5.

Supported API: false

Parameters:
a_Oid5 -
Throws:
WTPropertyVetoException

getClassName6

public String getClassName6()
Gets the value of the attribute: className6.

Supported API: false

Returns:
String

setClassName6

public void setClassName6(String a_ClassName6)
                   throws WTPropertyVetoException
Sets the value of the attribute: className6.

Supported API: false

Parameters:
a_ClassName6 -
Throws:
WTPropertyVetoException

className6Validate

private void className6Validate(String a_ClassName6)
                         throws WTPropertyVetoException
Parameters:
a_ClassName6 -
Throws:
WTPropertyVetoException

getOid6

public Long getOid6()
Gets the value of the attribute: oid6.

Supported API: false

Returns:
Long

setOid6

public void setOid6(Long a_Oid6)
             throws WTPropertyVetoException
Sets the value of the attribute: oid6.

Supported API: false

Parameters:
a_Oid6 -
Throws:
WTPropertyVetoException

getClassName7

public String getClassName7()
Gets the value of the attribute: className7.

Supported API: false

Returns:
String

setClassName7

public void setClassName7(String a_ClassName7)
                   throws WTPropertyVetoException
Sets the value of the attribute: className7.

Supported API: false

Parameters:
a_ClassName7 -
Throws:
WTPropertyVetoException

className7Validate

private void className7Validate(String a_ClassName7)
                         throws WTPropertyVetoException
Parameters:
a_ClassName7 -
Throws:
WTPropertyVetoException

getOid7

public Long getOid7()
Gets the value of the attribute: oid7.

Supported API: false

Returns:
Long

setOid7

public void setOid7(Long a_Oid7)
             throws WTPropertyVetoException
Sets the value of the attribute: oid7.

Supported API: false

Parameters:
a_Oid7 -
Throws:
WTPropertyVetoException

getClassName8

public String getClassName8()
Gets the value of the attribute: className8.

Supported API: false

Returns:
String

setClassName8

public void setClassName8(String a_ClassName8)
                   throws WTPropertyVetoException
Sets the value of the attribute: className8.

Supported API: false

Parameters:
a_ClassName8 -
Throws:
WTPropertyVetoException

className8Validate

private void className8Validate(String a_ClassName8)
                         throws WTPropertyVetoException
Parameters:
a_ClassName8 -
Throws:
WTPropertyVetoException

getOid8

public Long getOid8()
Gets the value of the attribute: oid8.

Supported API: false

Returns:
Long

setOid8

public void setOid8(Long a_Oid8)
             throws WTPropertyVetoException
Sets the value of the attribute: oid8.

Supported API: false

Parameters:
a_Oid8 -
Throws:
WTPropertyVetoException

getClassName9

public String getClassName9()
Gets the value of the attribute: className9.

Supported API: false

Returns:
String

setClassName9

public void setClassName9(String a_ClassName9)
                   throws WTPropertyVetoException
Sets the value of the attribute: className9.

Supported API: false

Parameters:
a_ClassName9 -
Throws:
WTPropertyVetoException

className9Validate

private void className9Validate(String a_ClassName9)
                         throws WTPropertyVetoException
Parameters:
a_ClassName9 -
Throws:
WTPropertyVetoException

getOid9

public Long getOid9()
Gets the value of the attribute: oid9.

Supported API: false

Returns:
Long

setOid9

public void setOid9(Long a_Oid9)
             throws WTPropertyVetoException
Sets the value of the attribute: oid9.

Supported API: false

Parameters:
a_Oid9 -
Throws:
WTPropertyVetoException

getClassName10

public String getClassName10()
Gets the value of the attribute: className10.

Supported API: false

Returns:
String

setClassName10

public void setClassName10(String a_ClassName10)
                    throws WTPropertyVetoException
Sets the value of the attribute: className10.

Supported API: false

Parameters:
a_ClassName10 -
Throws:
WTPropertyVetoException

className10Validate

private void className10Validate(String a_ClassName10)
                          throws WTPropertyVetoException
Parameters:
a_ClassName10 -
Throws:
WTPropertyVetoException

getOid10

public Long getOid10()
Gets the value of the attribute: oid10.

Supported API: false

Returns:
Long

setOid10

public void setOid10(Long a_Oid10)
              throws WTPropertyVetoException
Sets the value of the attribute: oid10.

Supported API: false

Parameters:
a_Oid10 -
Throws:
WTPropertyVetoException

newPageResultTable

public static PageResultTable newPageResultTable()
                                          throws WTException
Default factory for the class.

Supported API: false

Returns:
PageResultTable
Throws:
WTException

initialize

protected void initialize()
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Throws:
WTException