|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.company.thesandbox.domain.RecordImplBase
org.company.thesandbox.domain.Record
public class Record
A Record is a representation of a physical medium containing one or more musical compositions.
Field Summary |
---|
Fields inherited from class org.company.thesandbox.domain.RecordImplBase |
---|
validation |
Constructor Summary | |
---|---|
protected |
Record()
Default no-argument constructor for Record |
|
Record(java.lang.String asin,
float price)
Minimal constructor for Record |
Method Summary |
---|
Methods inherited from class org.company.thesandbox.domain.RecordImplBase |
---|
activateValidation, addToContributors, getAsin, getContributors, getId, getMediumCode, getOrderLine, getPrice, getProduct, getTitle, getType, removeFromContributors, setAsin, setMediumCode, setOrderLine, setPrice, setProduct, setTitle, setType, z_internalRemoveorderLine, z_internalRemoveProduct, z_internalSetProduct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Record()
public Record(java.lang.String asin, float price)
asin
- (string)price
- (decimal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |