java.lang.Object
au.edu.educationau.belts.mock.school.MockCountryEntity
- All Implemented Interfaces:
- au.edu.educationau.belts.model.school.Country, au.edu.educationau.belts.model.school.CountryEntity, au.edu.educationau.belts.model.Mutable
- public class MockCountryEntity
- extends java.lang.Object
- implements au.edu.educationau.belts.model.school.CountryEntity
This class...
- Version:
- $Revision: 1.3 $ - $Date: 2003/02/28 06:43:05 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_id
public java.lang.String _id
_name
public java.lang.String _name
MockCountryEntity
public MockCountryEntity()
getId
public java.lang.String getId()
- Returns the id.
- Specified by:
getId in interface au.edu.educationau.belts.model.school.Country
getName
public java.lang.String getName()
- Returns the name.
- Specified by:
getName in interface au.edu.educationau.belts.model.school.Country
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface au.edu.educationau.belts.model.school.CountryEntity