Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.jobs
Class QSYSHostJobInternationalProperties

java.lang.Object
  extended by com.ibm.etools.iseries.services.qsys.jobs.QSYSHostJobInternationalProperties
All Implemented Interfaces:
IQSYSJobInternationalProperties

public class QSYSHostJobInternationalProperties
extends Object
implements IQSYSJobInternationalProperties

Class to hold the international properties for a job


Field Summary
static String copyright
           
 
Constructor Summary
QSYSHostJobInternationalProperties()
           
 
Method Summary
 int getCCSID()
          Return the CCSID for this Job
 String getCountryID()
          Get the country ID
 String getDateFormat()
          Get the Date Format
 String getDateSeparator()
          Get the Date Separator
 String getDecimalFormat()
          Get the decimal format
 int getDefaultCCSID()
          Return the default CCSID
 String getLanguageID()
          Get the language ID
 String getSortSequenceTable()
          Get the sort sequence table
 String getTimeSeparator()
          Get the time separator
 boolean isDBCSCapable()
          Is the job DBCS capable
 void setCCSID(int ccsid)
          Set the CCSID for this Job
 void setCountryID(String id)
          Set the country ID
 void setDateFormat(String format)
          Set the Date Format
 void setDateSeparator(String separator)
          Set the Date Separator
 void setDBCSCapable(boolean dbcsCapable)
          Set the DBCS capable flag
 void setDecimalFormat(String format)
          Set the decimal format
 void setDefaultCCSID(int ccsid)
          Set the default CCSID
 void setLanguageID(String id)
          Set the language ID
 void setSortSequenceTable(String sortseq)
          Set the sort sequence table
 void setTimeSeparator(String separator)
          Set the time separator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSHostJobInternationalProperties

public QSYSHostJobInternationalProperties()
Method Detail

getCCSID

public int getCCSID()
Description copied from interface: IQSYSJobInternationalProperties
Return the CCSID for this Job

Specified by:
getCCSID in interface IQSYSJobInternationalProperties

setCCSID

public void setCCSID(int ccsid)
Description copied from interface: IQSYSJobInternationalProperties
Set the CCSID for this Job

Specified by:
setCCSID in interface IQSYSJobInternationalProperties

getCountryID

public String getCountryID()
Description copied from interface: IQSYSJobInternationalProperties
Get the country ID

Specified by:
getCountryID in interface IQSYSJobInternationalProperties

getDateFormat

public String getDateFormat()
Description copied from interface: IQSYSJobInternationalProperties
Get the Date Format

Specified by:
getDateFormat in interface IQSYSJobInternationalProperties

getDateSeparator

public String getDateSeparator()
Description copied from interface: IQSYSJobInternationalProperties
Get the Date Separator

Specified by:
getDateSeparator in interface IQSYSJobInternationalProperties

getDecimalFormat

public String getDecimalFormat()
Description copied from interface: IQSYSJobInternationalProperties
Get the decimal format

Specified by:
getDecimalFormat in interface IQSYSJobInternationalProperties

getDefaultCCSID

public int getDefaultCCSID()
Description copied from interface: IQSYSJobInternationalProperties
Return the default CCSID

Specified by:
getDefaultCCSID in interface IQSYSJobInternationalProperties

getLanguageID

public String getLanguageID()
Description copied from interface: IQSYSJobInternationalProperties
Get the language ID

Specified by:
getLanguageID in interface IQSYSJobInternationalProperties

getSortSequenceTable

public String getSortSequenceTable()
Description copied from interface: IQSYSJobInternationalProperties
Get the sort sequence table

Specified by:
getSortSequenceTable in interface IQSYSJobInternationalProperties

getTimeSeparator

public String getTimeSeparator()
Description copied from interface: IQSYSJobInternationalProperties
Get the time separator

Specified by:
getTimeSeparator in interface IQSYSJobInternationalProperties

isDBCSCapable

public boolean isDBCSCapable()
Description copied from interface: IQSYSJobInternationalProperties
Is the job DBCS capable

Specified by:
isDBCSCapable in interface IQSYSJobInternationalProperties

setCountryID

public void setCountryID(String id)
Description copied from interface: IQSYSJobInternationalProperties
Set the country ID

Specified by:
setCountryID in interface IQSYSJobInternationalProperties

setDBCSCapable

public void setDBCSCapable(boolean dbcsCapable)
Description copied from interface: IQSYSJobInternationalProperties
Set the DBCS capable flag

Specified by:
setDBCSCapable in interface IQSYSJobInternationalProperties

setDateFormat

public void setDateFormat(String format)
Description copied from interface: IQSYSJobInternationalProperties
Set the Date Format

Specified by:
setDateFormat in interface IQSYSJobInternationalProperties

setDateSeparator

public void setDateSeparator(String separator)
Description copied from interface: IQSYSJobInternationalProperties
Set the Date Separator

Specified by:
setDateSeparator in interface IQSYSJobInternationalProperties

setDecimalFormat

public void setDecimalFormat(String format)
Description copied from interface: IQSYSJobInternationalProperties
Set the decimal format

Specified by:
setDecimalFormat in interface IQSYSJobInternationalProperties

setDefaultCCSID

public void setDefaultCCSID(int ccsid)
Description copied from interface: IQSYSJobInternationalProperties
Set the default CCSID

Specified by:
setDefaultCCSID in interface IQSYSJobInternationalProperties

setLanguageID

public void setLanguageID(String id)
Description copied from interface: IQSYSJobInternationalProperties
Set the language ID

Specified by:
setLanguageID in interface IQSYSJobInternationalProperties

setSortSequenceTable

public void setSortSequenceTable(String sortseq)
Description copied from interface: IQSYSJobInternationalProperties
Set the sort sequence table

Specified by:
setSortSequenceTable in interface IQSYSJobInternationalProperties

setTimeSeparator

public void setTimeSeparator(String separator)
Description copied from interface: IQSYSJobInternationalProperties
Set the time separator

Specified by:
setTimeSeparator in interface IQSYSJobInternationalProperties

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.