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

Quick Search    Search Deep

au.edu.educationau.belts.model.school
Interface SchoolEntity  view SchoolEntity download SchoolEntity.java

All Superinterfaces:
au.edu.educationau.belts.model.Mutable, School

public interface SchoolEntity
extends School, au.edu.educationau.belts.model.Mutable

This class...

Version:
$Revision: 1.10 $ - $Date: 2003/02/28 06:43:47 $

Field Summary
 
Fields inherited from interface au.edu.educationau.belts.model.school.School
ACTIVE, CLASS, CLASSES, COUNTRY, ID, NAME, NAMESPACE, PHONE_NUMBER, POSTCODE, SCHOOL, SECTOR, SIZE, STATE, STREET, SUBURB, TYPE
 
Method Summary
 void addClass(SchoolClass schoolClass)
           
 void removeClass(SchoolClass schoolClass)
           
 void setActive(boolean active)
           
 void setCountry(Country country)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setPhoneNumber(java.lang.String phoneNumber)
           
 void setPostcode(java.lang.String postcode)
           
 void setSector(Sector sector)
           
 void setSize(Size size)
           
 void setState(State state)
           
 void setStreet(java.lang.String street)
           
 void setSuburb(java.lang.String suburb)
           
 void setType(Type type)
           
 
Methods inherited from interface au.edu.educationau.belts.model.school.School
getActive, getClasses, getCountry, getId, getName, getPhoneNumber, getPostcode, getSector, getSize, getState, getStreet, getSuburb, getType
 

Method Detail

setId

public void setId(java.lang.String id)

setName

public void setName(java.lang.String name)

setStreet

public void setStreet(java.lang.String street)

setSuburb

public void setSuburb(java.lang.String suburb)

setState

public void setState(State state)

setCountry

public void setCountry(Country country)

setPostcode

public void setPostcode(java.lang.String postcode)

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)

setSector

public void setSector(Sector sector)

setSize

public void setSize(Size size)

setType

public void setType(Type type)

addClass

public void addClass(SchoolClass schoolClass)

removeClass

public void removeClass(SchoolClass schoolClass)

setActive

public void setActive(boolean active)