wt.fc
Class ExtendedPageResultTable

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

public class ExtendedPageResultTable
extends Object
implements DatastoreTable

Use the newExtendedPageResultTable static factory method(s), not the ExtendedPageResultTable 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_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 String CLASSNAME
           
private  String className1
           
private  String className2
           
private  String className3
           
private  String className4
           
private  String className5
           
private  Long oid1
           
private  Long oid2
           
private  Long oid3
           
private  Long oid4
           
private  Long oid5
           
private static String RESOURCE
           
private  Long rowExtension
           
private  Long rowOrder
           
private  Long sessionId
           
 
Constructor Summary
ExtendedPageResultTable()
           
 
Method Summary
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)
           
 ClassInfo getClassInfo()
          Returns the ClassInfo object for this class.
 String getClassName1()
          Gets the value of the attribute: className1.
 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 getConceptualClassname()
          Deprecated.  
 Long getOid1()
          Gets the value of the attribute: oid1.
 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 getRowExtension()
          Gets the value of the attribute: rowExtension.
 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 ExtendedPageResultTable newExtendedPageResultTable()
          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 rowExtensionValidate(Long a_RowExtension)
           
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 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 setOid1(Long a_Oid1)
          Sets the value of the attribute: oid1.
 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 setRowExtension(Long a_RowExtension)
          Sets the value of the attribute: rowExtension.
 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

rowExtension

private Long rowExtension

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
Constructor Detail

ExtendedPageResultTable

public ExtendedPageResultTable()
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

getRowExtension

public Long getRowExtension()
Gets the value of the attribute: rowExtension.

Supported API: false

Returns:
Long

setRowExtension

public void setRowExtension(Long a_RowExtension)
                     throws WTPropertyVetoException
Sets the value of the attribute: rowExtension.

Supported API: false

Parameters:
a_RowExtension -
Throws:
WTPropertyVetoException

rowExtensionValidate

private void rowExtensionValidate(Long a_RowExtension)
                           throws WTPropertyVetoException
Parameters:
a_RowExtension -
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

newExtendedPageResultTable

public static ExtendedPageResultTable newExtendedPageResultTable()
                                                          throws WTException
Default factory for the class.

Supported API: false

Returns:
ExtendedPageResultTable
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