ca.gc.aafc.demos.furnituremodel
Class CSMTable

java.lang.Object
  extended byca.gc.aafc.demos.furnituremodel.Table
      extended byca.gc.aafc.demos.furnituremodel.CSMTable
All Implemented Interfaces:
DecorativeItem, FunctionalItem, Furniture, HouseholdItem

public class CSMTable
extends Table


Field Summary
protected  int attribute_1
           
protected  java.lang.String csmname
           
 
Fields inherited from class ca.gc.aafc.demos.furnituremodel.Table
colour, height, legs, location, nails, owner, room, top, value, weight
 
Constructor Summary
CSMTable()
           
 
Method Summary
 int getAttribute_1()
           
 java.lang.String getCsmname()
           
 void setAttribute_1(int newattribute_1)
           
 void setCsmname(java.lang.String newcsmname)
           
 
Methods inherited from class ca.gc.aafc.demos.furnituremodel.Table
addLeg, addNail, addTop, degreeOfDecoration, elaborate_signature, getColour, getFunction, getHeight, getLegs, getLocation, getNails, getOwner, getRoom, getTop, getValue, getWeight, operation_returning_jlvoid, operation_returning_leg, operation_without_signature, paint, removeLeg, removeNail, returns_int, setColour, setHeight, setLegs, setLocation, setNails, setOwner, setRoom, setTop, setValue, setWeight, shorten
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

csmname

protected java.lang.String csmname

attribute_1

protected int attribute_1
Constructor Detail

CSMTable

public CSMTable()
Method Detail

getCsmname

public java.lang.String getCsmname()

setCsmname

public void setCsmname(java.lang.String newcsmname)

getAttribute_1

public int getAttribute_1()

setAttribute_1

public void setAttribute_1(int newattribute_1)