Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.mock.school
Class MockCountryEntity  view MockCountryEntity download MockCountryEntity.java

java.lang.Object
  extended byau.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 $

Field Summary
 java.lang.String _id
           
 java.lang.String _name
           
 
Fields inherited from interface au.edu.educationau.belts.model.school.Country
COUNTRY, ID, NAME, NAMESPACE
 
Constructor Summary
MockCountryEntity()
           
 
Method Summary
 java.lang.String getId()
          Returns the id.
 java.lang.String getName()
          Returns the name.
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

public java.lang.String _id

_name

public java.lang.String _name
Constructor Detail

MockCountryEntity

public MockCountryEntity()
Method Detail

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