Module jonix

Class BasePublishingDetails

java.lang.Object
com.tectonica.jonix.unify.base.BasePublishingDetails
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasePublishingDetails2, BasePublishingDetails3

public abstract class BasePublishingDetails extends Object implements Serializable
Bundles together some publishing-related information included in an ONIX Product

NOTE: to access the information, use the public fields directly. No getters() are included..

Author:
Zach Melamed
See Also:
  • Field Details

    • publicationDate

      public String publicationDate
    • outOfPrintDate

      public String outOfPrintDate
    • countryOfPublication

      public Countrys countryOfPublication
    • cityOfPublication

      public String cityOfPublication
  • Constructor Details

    • BasePublishingDetails

      public BasePublishingDetails()
  • Method Details

    • getPublicationDate

      public Date getPublicationDate()
    • getOutOfPrintDate

      public Date getOutOfPrintDate()