org.company.thesandbox.domain
Class Record

java.lang.Object
  extended by org.company.thesandbox.domain.RecordImplBase
      extended by org.company.thesandbox.domain.Record
All Implemented Interfaces:
java.io.Serializable

public class Record
extends RecordImplBase

A Record is a representation of a physical medium containing one or more musical compositions.

Author:
Generated by Mod4j BusinessDomain DSL
See Also:
Serialized Form

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

Record

protected Record()
Default no-argument constructor for Record


Record

public Record(java.lang.String asin,
              float price)
Minimal constructor for Record

Parameters:
asin - (string)
price - (decimal)


Copyright © 2010. All Rights Reserved.