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

Quick Search    Search Deep

au.edu.educationau.belts.mock.user
Class MockTitleEntity  view MockTitleEntity download MockTitleEntity.java

java.lang.Object
  extended byau.edu.educationau.belts.mock.user.MockTitleEntity
All Implemented Interfaces:
au.edu.educationau.belts.model.Mutable, au.edu.educationau.belts.model.user.Title, au.edu.educationau.belts.model.user.TitleEntity

public class MockTitleEntity
extends java.lang.Object
implements au.edu.educationau.belts.model.user.TitleEntity

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.user.Title
ID, NAME, NAMESPACE, TITLE
 
Constructor Summary
MockTitleEntity()
          Constructor for MockTitle.
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 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

MockTitleEntity

public MockTitleEntity()
Constructor for MockTitle.

Method Detail

setName

public void setName(java.lang.String name)
Specified by:
setName in interface au.edu.educationau.belts.model.user.TitleEntity

getId

public java.lang.String getId()
Specified by:
getId in interface au.edu.educationau.belts.model.user.Title

getName

public java.lang.String getName()
Specified by:
getName in interface au.edu.educationau.belts.model.user.Title