Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.admin.infos
Class XDateFormatInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.admin.infos.XDateFormatInfo


public class XDateFormatInfo
extends XDTO

DTO for date-format locale information.


Field Summary
 String ID
          The date format ID (which is a Locale ID).
 String LanguageCode
          The two-letter language code that this format is normally used with.
 String ShortDateSample
          A sample formatted date using the Short style.
 String ShortDateTimeSample
          A sample formatted date and time using the Short style.
 String ShortTimeSample
          A sample formatted time using the Short style.

 

Constructor Summary
XDateFormatInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ID

public String ID
The date format ID (which is a Locale ID).

LanguageCode

public String LanguageCode
The two-letter language code that this format is normally used with.

ShortDateSample

public String ShortDateSample
A sample formatted date using the Short style.

ShortTimeSample

public String ShortTimeSample
A sample formatted time using the Short style.

ShortDateTimeSample

public String ShortDateTimeSample
A sample formatted date and time using the Short style.

Constructor Detail

XDateFormatInfo

public XDateFormatInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.