|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.company.thesandbox.domain.RecordImplBase
public abstract class RecordImplBase
A Record is a representation of a physical medium containing one or more musical compositions.
Field Summary | |
---|---|
protected org.mod4j.runtime.validation.BusinessRuleValidationSupport |
validation
validation : Responsible for validating attribute constraints and businessrules for this business class. |
Constructor Summary | |
---|---|
protected |
RecordImplBase()
Default no-argument constructor for RecordImplBase. |
|
RecordImplBase(java.lang.String asin2,
float price2)
Minimal constructor for RecordImplBase. |
Method Summary | |
---|---|
void |
activateValidation(boolean value)
Activate/deactivate validation for this business class. |
void |
addToContributors(Artist element)
Implements adding single element to a collection. |
java.lang.String |
getAsin()
|
java.util.Set<Artist> |
getContributors()
|
java.lang.Long |
getId()
|
int |
getMediumCode()
|
OrderLine |
getOrderLine()
|
float |
getPrice()
|
Product |
getProduct()
|
java.lang.String |
getTitle()
|
RecordType |
getType()
|
void |
removeFromContributors(Artist element)
Implements removing a single element from a collection. |
void |
setAsin(java.lang.String asin)
|
void |
setMediumCode(int mediumCode)
|
void |
setOrderLine(OrderLine element)
Implements adding single element to a collection. |
void |
setPrice(float price)
|
void |
setProduct(Product element)
Implements adding single element to a collection |
void |
setTitle(java.lang.String title)
|
void |
setType(RecordType type)
|
void |
z_internalRemoveorderLine(OrderLine element)
This operation should NOT be used by clients. |
void |
z_internalRemoveProduct(Product element)
This operation should NOT be used by clients. |
void |
z_internalSetProduct(Product 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
Constructor Detail |
---|
protected RecordImplBase()
public RecordImplBase(java.lang.String asin2, float price2)
asin2
- (string)price2
- (decimal)Method Detail |
---|
public java.lang.Long getId()
public Product getProduct()
public void setProduct(Product element)
public void z_internalSetProduct(Product element)
element
- public void z_internalRemoveProduct(Product element)
element
- public java.util.Set<Artist> getContributors()
public void addToContributors(Artist element)
public void removeFromContributors(Artist element)
public OrderLine getOrderLine()
public void setOrderLine(OrderLine element)
public void z_internalRemoveorderLine(OrderLine element)
element
- Elementpublic java.lang.String getAsin()
public java.lang.String getTitle()
public int getMediumCode()
public float getPrice()
public RecordType getType()
public void setAsin(java.lang.String asin)
asin
- (String)public void setTitle(java.lang.String title)
title
- (String)public void setMediumCode(int mediumCode)
mediumCode
- (int)public void setPrice(float price)
price
- (float)public void setType(RecordType type)
type
- (RecordType)public void activateValidation(boolean value)
value
- (boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |