|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.job.model.JobDataComponent
com.partnersoft.job.model.SpanUnit
public class SpanUnit
| Constructor Summary | |
|---|---|
SpanUnit()
|
|
| Method Summary | |
|---|---|
void |
generateID()
Subclass homework. |
Alternative |
getAlternative()
|
Chain |
getChain()
|
int |
getFootage()
Gets the value of footage |
Job |
getJob()
|
int |
getQuantity()
Gets the value of quantity |
Span |
getSpan()
|
Cog |
getState()
Subclasses extend this by calling super.getState() and then adding their own state to the result. |
java.lang.String |
getUnit()
Gets the value of unit |
boolean |
isAddSpanLength()
Gets the value of addSpanLength |
void |
remove()
Does nothing. |
void |
setAddSpanLength(boolean argAddSpanLength)
Sets the value of addSpanLength |
void |
setFootage(int argFootage)
Sets the value of footage |
void |
setQuantity(int argQuantity)
Sets the value of quantity |
void |
setSpan(Span newSpan)
|
void |
setState(Cog state)
Subclasses should extend this by calling super.setState() and then setting their own state from the input. |
void |
setUnit(java.lang.String argUnit)
Sets the value of unit |
| Methods inherited from class com.partnersoft.job.model.JobDataComponent |
|---|
copy, copyStateFrom, generateGuid, generateStandardIDs, getData, getGuid, getID, getName, getType, setData, setGuid, setID, setName, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpanUnit()
| Method Detail |
|---|
public void remove()
remove in class JobDataComponentpublic Cog getState()
JobDataComponent
getState in interface CoggablegetState in class JobDataComponentpublic void setState(Cog state)
JobDataComponent
setState in interface CoggablesetState in class JobDataComponentpublic void generateID()
JobDataComponent
generateID in class JobDataComponentpublic Job getJob()
public Alternative getAlternative()
public Chain getChain()
public Span getSpan()
public void setSpan(Span newSpan)
public java.lang.String getUnit()
public void setUnit(java.lang.String argUnit)
argUnit - Value to assign to this.unitpublic int getQuantity()
public void setQuantity(int argQuantity)
argQuantity - Value to assign to this.quantitypublic int getFootage()
public void setFootage(int argFootage)
argFootage - Value to assign to this.footagepublic boolean isAddSpanLength()
public void setAddSpanLength(boolean argAddSpanLength)
argAddSpanLength - Value to assign to this.addSpanLength
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||