|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Country
A representation of the model object 'Country'.
The following features are supported:
ModelPackage.getCountry()
Method Summary | |
---|---|
java.lang.String |
getC()
Returns the value of the 'C' attribute. |
java.lang.String |
getCountryName()
Returns the value of the 'Country Name' attribute. |
java.util.List |
getDescription()
Returns the value of the 'Description' attribute list. |
void |
setC(java.lang.String value)
Sets the value of the ' C ' attribute. |
void |
setCountryName(java.lang.String value)
Sets the value of the ' Country Name ' attribute. |
Methods inherited from interface com.ibm.websphere.wim.model.Entity |
---|
getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent |
Method Detail |
---|
java.lang.String getC()
setC(String)
,
ModelPackage.getCountry_C()
void setC(java.lang.String value)
C
' attribute.
value
- the new value of the 'C' attribute.getC()
java.lang.String getCountryName()
setCountryName(String)
,
ModelPackage.getCountry_CountryName()
void setCountryName(java.lang.String value)
Country Name
' attribute.
value
- the new value of the 'Country Name' attribute.getCountryName()
java.util.List getDescription()
String
.
ModelPackage.getCountry_Description()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |