com.gcapmedia.dab.epg
Class ShortDescription

java.lang.Object
  extended by com.gcapmedia.dab.epg.DescriptiveText
      extended by com.gcapmedia.dab.epg.ShortDescription

public class ShortDescription
extends DescriptiveText

Represents a short description


Constructor Summary
ShortDescription(java.lang.String text)
          Create a new short description with the default locale
ShortDescription(java.lang.String text, java.util.Locale locale)
          Create a new short description
 
Method Summary
 
Methods inherited from class com.gcapmedia.dab.epg.DescriptiveText
getLanguage, getLength, getMaximumLength, getText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortDescription

public ShortDescription(java.lang.String text)
Create a new short description with the default locale

Parameters:
text - Description text

ShortDescription

public ShortDescription(java.lang.String text,
                        java.util.Locale locale)
Create a new short description

Parameters:
text - Description text
locale - Description language


Copyright © 2007. All Rights Reserved.