ca.macewan.ims.enterprise
Class Properties
java.lang.Object
ca.macewan.ims.enterprise.Properties
- public class Properties
- extends Object
Represents a "properties" element.
- Version:
- 0.1
- Author:
- Erwin Veugelers
- See Also:
- IMS Enterprise Specification
Properties
public Properties()
Properties
public Properties(String src,
String datetm)
throws IMSEnterpriseException
Properties
public Properties(String src,
String datetm,
String l)
throws IMSEnterpriseException
setLang
public void setLang(String l)
setLang
public void setLang(Locale l)
getLang
public String getLang()
getLocale
public Locale getLocale()
setComments
public void setComments(Comments c)
getComments
public Comments getComments()
setDataSource
public void setDataSource(String src)
getDataSource
public String getDataSource()
addTarget
public void addTarget(String tgt)
getTarget
public String[] getTarget()
setType
public void setType(String tp)
getType
public String getType()
setDateTime
public void setDateTime(String datetm)
throws IMSEnterpriseException
- Throws:
IMSEnterpriseException
setDateTime
public void setDateTime(Date date)
getDateTime
public String getDateTime()
getDateTimeRaw
public Date getDateTimeRaw()
setExtension
public void setExtension(Extension e)
getExtension
public Extension getExtension()
validate
public void validate()
throws IMSEnterpriseException
- Throws:
IMSEnterpriseException