com.gcapmedia.dab.epg
Class LongDescription

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

public class LongDescription
extends DescriptiveText

Represents a long description


Constructor Summary
LongDescription(java.lang.String text)
          Create a new long description with the default locale
LongDescription(java.lang.String text, java.util.Locale locale)
          Create a new long 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

LongDescription

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

Parameters:
text - Description text

LongDescription

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

Parameters:
text - Description text
locale - Description language


Copyright © 2007. All Rights Reserved.