ca.macewan.ims.enterprise
Class Comments

java.lang.Object
  extended byca.macewan.ims.enterprise.Comments

public class Comments
extends Object

Represents a "comments" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Constructor Summary
Comments()
           
Comments(String c)
           
Comments(String c, String l)
           
 
Method Summary
 String getComments()
           
 String getLang()
           
 Locale getLocale()
           
 void setComments(String c)
           
 void setLang(Locale l)
           
 void setLang(String l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comments

public Comments()

Comments

public Comments(String c)
         throws IMSEnterpriseException

Comments

public Comments(String c,
                String l)
         throws IMSEnterpriseException
Method Detail

setComments

public void setComments(String c)
                 throws IMSEnterpriseException
Throws:
IMSEnterpriseException

getComments

public String getComments()

setLang

public void setLang(String l)

setLang

public void setLang(Locale l)

getLang

public String getLang()

getLocale

public Locale getLocale()