|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.company.thesandbox.domain.OrderLineImplBase
public abstract class OrderLineImplBase
Field Summary | |
---|---|
static int |
LINENUMBER_MAXVALUE
|
static int |
LINENUMBER_MINVALUE
|
protected org.mod4j.runtime.validation.BusinessRuleValidationSupport |
validation
validation : Responsible for validating attribute constraints and businessrules for this business class. |
Constructor Summary | |
---|---|
protected |
OrderLineImplBase()
Default no-argument constructor for OrderLineImplBase |
|
OrderLineImplBase(int lineNumber,
java.lang.String description,
float lineAmount)
Minimal constructor for OrderLineImplBase |
Method Summary | |
---|---|
void |
activateValidation(boolean value)
Activate/deactivate validation for this business class. |
java.lang.String |
getDescription()
|
java.lang.Long |
getId()
|
float |
getLineAmount()
|
int |
getLineNumber()
|
Record |
getRecord()
|
void |
setDescription(java.lang.String description)
|
void |
setLineAmount(float lineAmount)
|
void |
setLineNumber(int lineNumber)
|
void |
setRecord(Record element)
Implements adding single element to a collection |
void |
z_internalRemoverecord(Record element)
This operation should NOT be used by clients. |
void |
z_internalSetrecord(Record element)
This operation should NOT be used by clients. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
public static final int LINENUMBER_MINVALUE
public static final int LINENUMBER_MAXVALUE
Constructor Detail |
---|
protected OrderLineImplBase()
public OrderLineImplBase(int lineNumber, java.lang.String description, float lineAmount)
lineNumber
- (integer)description
- (string)lineAmount
- (decimal)Method Detail |
---|
public java.lang.Long getId()
public Record getRecord()
public void setRecord(Record element)
public void z_internalSetrecord(Record element)
element
- public void z_internalRemoverecord(Record element)
element
- public int getLineNumber()
public java.lang.String getDescription()
public float getLineAmount()
public void setLineNumber(int lineNumber)
lineNumber
- (int)public void setDescription(java.lang.String description)
description
- (String)public void setLineAmount(float lineAmount)
lineAmount
- (float)public void activateValidation(boolean value)
value
- (boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |