com.ldodds.musicbrainz
Class ReleaseDate

java.lang.Object
  |
  +--com.ldodds.musicbrainz.ReleaseDate
All Implemented Interfaces:
java.io.Serializable

public class ReleaseDate
extends java.lang.Object
implements java.io.Serializable

Describes a ReleaseDate Not sure why the MM schema models this separately from release type and status, surely they ought to belong to the same class?

Author:
ccslrd
See Also:
Serialized Form

Constructor Summary
ReleaseDate()
           
 
Method Summary
 java.lang.String getCountry()
           
 java.lang.String getDate()
           
 void setCountry(java.lang.String country)
           
 void setDate(java.lang.String date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseDate

public ReleaseDate()
Method Detail

getCountry

public java.lang.String getCountry()

getDate

public java.lang.String getDate()

setCountry

public void setCountry(java.lang.String country)

setDate

public void setDate(java.lang.String date)