ca.macewan.ims.enterprise
Class Comments
java.lang.Object
ca.macewan.ims.enterprise.Comments
- public class Comments
- extends Object
Represents a "comments" element.
- Version:
- 0.1
- Author:
- Erwin Veugelers
- See Also:
- IMS Enterprise Specification
Comments
public Comments()
Comments
public Comments(String c)
throws IMSEnterpriseException
Comments
public Comments(String c,
String l)
throws IMSEnterpriseException
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()