|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.PageResultTable
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
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 |
private static final String RESOURCE
private static final String CLASSNAME
private Long sessionId
private Long rowOrder
private Long groupOrder
private static int CLASS_NAME1_UPPER_LIMIT
private String className1
private Long oid1
private static int CLASS_NAME2_UPPER_LIMIT
private String className2
private Long oid2
private static int CLASS_NAME3_UPPER_LIMIT
private String className3
private Long oid3
private static int CLASS_NAME4_UPPER_LIMIT
private String className4
private Long oid4
private static int CLASS_NAME5_UPPER_LIMIT
private String className5
private Long oid5
private static int CLASS_NAME6_UPPER_LIMIT
private String className6
private Long oid6
private static int CLASS_NAME7_UPPER_LIMIT
private String className7
private Long oid7
private static int CLASS_NAME8_UPPER_LIMIT
private String className8
private Long oid8
private static int CLASS_NAME9_UPPER_LIMIT
private String className9
private Long oid9
private static int CLASS_NAME10_UPPER_LIMIT
private String className10
private Long oid10
Constructor Detail |
public PageResultTable()
Method Detail |
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public Long getSessionId()
public void setSessionId(Long a_SessionId) throws WTPropertyVetoException
a_SessionId
-
WTPropertyVetoException
private void sessionIdValidate(Long a_SessionId) throws WTPropertyVetoException
a_SessionId
-
WTPropertyVetoException
public Long getRowOrder()
public void setRowOrder(Long a_RowOrder) throws WTPropertyVetoException
a_RowOrder
-
WTPropertyVetoException
private void rowOrderValidate(Long a_RowOrder) throws WTPropertyVetoException
a_RowOrder
-
WTPropertyVetoException
public Long getGroupOrder()
public void setGroupOrder(Long a_GroupOrder) throws WTPropertyVetoException
a_GroupOrder
-
WTPropertyVetoException
public String getClassName1()
public void setClassName1(String a_ClassName1) throws WTPropertyVetoException
a_ClassName1
-
WTPropertyVetoException
private void className1Validate(String a_ClassName1) throws WTPropertyVetoException
a_ClassName1
-
WTPropertyVetoException
public Long getOid1()
public void setOid1(Long a_Oid1) throws WTPropertyVetoException
a_Oid1
-
WTPropertyVetoException
public String getClassName2()
public void setClassName2(String a_ClassName2) throws WTPropertyVetoException
a_ClassName2
-
WTPropertyVetoException
private void className2Validate(String a_ClassName2) throws WTPropertyVetoException
a_ClassName2
-
WTPropertyVetoException
public Long getOid2()
public void setOid2(Long a_Oid2) throws WTPropertyVetoException
a_Oid2
-
WTPropertyVetoException
public String getClassName3()
public void setClassName3(String a_ClassName3) throws WTPropertyVetoException
a_ClassName3
-
WTPropertyVetoException
private void className3Validate(String a_ClassName3) throws WTPropertyVetoException
a_ClassName3
-
WTPropertyVetoException
public Long getOid3()
public void setOid3(Long a_Oid3) throws WTPropertyVetoException
a_Oid3
-
WTPropertyVetoException
public String getClassName4()
public void setClassName4(String a_ClassName4) throws WTPropertyVetoException
a_ClassName4
-
WTPropertyVetoException
private void className4Validate(String a_ClassName4) throws WTPropertyVetoException
a_ClassName4
-
WTPropertyVetoException
public Long getOid4()
public void setOid4(Long a_Oid4) throws WTPropertyVetoException
a_Oid4
-
WTPropertyVetoException
public String getClassName5()
public void setClassName5(String a_ClassName5) throws WTPropertyVetoException
a_ClassName5
-
WTPropertyVetoException
private void className5Validate(String a_ClassName5) throws WTPropertyVetoException
a_ClassName5
-
WTPropertyVetoException
public Long getOid5()
public void setOid5(Long a_Oid5) throws WTPropertyVetoException
a_Oid5
-
WTPropertyVetoException
public String getClassName6()
public void setClassName6(String a_ClassName6) throws WTPropertyVetoException
a_ClassName6
-
WTPropertyVetoException
private void className6Validate(String a_ClassName6) throws WTPropertyVetoException
a_ClassName6
-
WTPropertyVetoException
public Long getOid6()
public void setOid6(Long a_Oid6) throws WTPropertyVetoException
a_Oid6
-
WTPropertyVetoException
public String getClassName7()
public void setClassName7(String a_ClassName7) throws WTPropertyVetoException
a_ClassName7
-
WTPropertyVetoException
private void className7Validate(String a_ClassName7) throws WTPropertyVetoException
a_ClassName7
-
WTPropertyVetoException
public Long getOid7()
public void setOid7(Long a_Oid7) throws WTPropertyVetoException
a_Oid7
-
WTPropertyVetoException
public String getClassName8()
public void setClassName8(String a_ClassName8) throws WTPropertyVetoException
a_ClassName8
-
WTPropertyVetoException
private void className8Validate(String a_ClassName8) throws WTPropertyVetoException
a_ClassName8
-
WTPropertyVetoException
public Long getOid8()
public void setOid8(Long a_Oid8) throws WTPropertyVetoException
a_Oid8
-
WTPropertyVetoException
public String getClassName9()
public void setClassName9(String a_ClassName9) throws WTPropertyVetoException
a_ClassName9
-
WTPropertyVetoException
private void className9Validate(String a_ClassName9) throws WTPropertyVetoException
a_ClassName9
-
WTPropertyVetoException
public Long getOid9()
public void setOid9(Long a_Oid9) throws WTPropertyVetoException
a_Oid9
-
WTPropertyVetoException
public String getClassName10()
public void setClassName10(String a_ClassName10) throws WTPropertyVetoException
a_ClassName10
-
WTPropertyVetoException
private void className10Validate(String a_ClassName10) throws WTPropertyVetoException
a_ClassName10
-
WTPropertyVetoException
public Long getOid10()
public void setOid10(Long a_Oid10) throws WTPropertyVetoException
a_Oid10
-
WTPropertyVetoException
public static PageResultTable newPageResultTable() throws WTException
WTException
protected void initialize() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |