com.ibm.as400.opnav
Class BrowseCCSIDDataBean

java.lang.Object
  |
  +--com.ibm.as400.opnav.BrowseCCSIDDataBean

public class BrowseCCSIDDataBean
extends java.lang.Object
implements com.ibm.as400.ui.framework.java.DataBean


Constructor Summary
BrowseCCSIDDataBean(com.ibm.as400.access.AS400 sysObject)
           
 
Method Summary
 com.ibm.as400.ui.framework.java.Capabilities getCapabilities()
           
 com.ibm.as400.ui.framework.java.ItemDescriptor[] getCCSIDList()
           
 java.lang.String[] getCCSIDSelection()
           
 com.ibm.as400.ui.framework.java.ItemDescriptor[] getDescriptionList()
           
 java.lang.String[] getDescriptionSelection()
           
 java.lang.String getSelectedCCSID()
          Gets the selected CCSID
 java.lang.String getSelectedCCSIDDescription()
          Gets the description of the selected CCSID
 boolean isCommitted()
          Returns the committed boolean
 void load()
           
 void save()
           
 void setCCSIDChoices(com.ibm.as400.ui.framework.java.ChoiceDescriptor[] cd)
           
 void setCCSIDList(com.ibm.as400.ui.framework.java.ItemDescriptor[] items)
           
 void setCCSIDSelection(java.lang.String[] select)
           
 void setCommitted(boolean bCommit)
          Sets the committed boolean
 void setDescriptionList(com.ibm.as400.ui.framework.java.ItemDescriptor[] items)
           
 void setDescriptionSelection(java.lang.String[] select)
           
 void verifyChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseCCSIDDataBean

public BrowseCCSIDDataBean(com.ibm.as400.access.AS400 sysObject)
Method Detail

setCCSIDChoices

public void setCCSIDChoices(com.ibm.as400.ui.framework.java.ChoiceDescriptor[] cd)

getCCSIDList

public com.ibm.as400.ui.framework.java.ItemDescriptor[] getCCSIDList()

setCCSIDList

public void setCCSIDList(com.ibm.as400.ui.framework.java.ItemDescriptor[] items)

getCCSIDSelection

public java.lang.String[] getCCSIDSelection()

setCCSIDSelection

public void setCCSIDSelection(java.lang.String[] select)

getDescriptionList

public com.ibm.as400.ui.framework.java.ItemDescriptor[] getDescriptionList()

setDescriptionList

public void setDescriptionList(com.ibm.as400.ui.framework.java.ItemDescriptor[] items)

getDescriptionSelection

public java.lang.String[] getDescriptionSelection()

setDescriptionSelection

public void setDescriptionSelection(java.lang.String[] select)

getSelectedCCSID

public java.lang.String getSelectedCCSID()
Gets the selected CCSID
Returns:
string representing the selected CCSID
Since:
v5r1m0

getSelectedCCSIDDescription

public java.lang.String getSelectedCCSIDDescription()
Gets the description of the selected CCSID
Returns:
string representing the description of the selected CCSID
Since:
v5r1m0

isCommitted

public boolean isCommitted()
Returns the committed boolean
Returns:
boolean that indicates whether the changes were committed (OK pressed)
Since:
v5r1m0

setCommitted

public void setCommitted(boolean bCommit)
Sets the committed boolean
Parameters:
boolean - indicating whether or not the changes were committed
Since:
v5r1m0

getCapabilities

public com.ibm.as400.ui.framework.java.Capabilities getCapabilities()
Specified by:
getCapabilities in interface com.ibm.as400.ui.framework.java.DataBean

verifyChanges

public void verifyChanges()
Specified by:
verifyChanges in interface com.ibm.as400.ui.framework.java.DataBean

save

public void save()
Specified by:
save in interface com.ibm.as400.ui.framework.java.DataBean

load

public void load()
Specified by:
load in interface com.ibm.as400.ui.framework.java.DataBean