Class DleseBean

java.lang.Object
org.dlese.dpc.xml.maps.DleseBean

public class DleseBean extends Object
Provided here only to support the DLESE metadata object types required by the the DleseXMLReader class. This scaled-down version removes most of the editing capability and all the UI support required by the DLESE Catalog System implementation
Version:
0.9b, 05/20/02
Author:
Dave Deniman
  • Field Details

    • isValid

      protected boolean isValid
      Description of the Field
    • ID

      protected StringBuffer ID
      Description of the Field
    • resourceURL

      protected StringBuffer resourceURL
      Description of the Field
    • createdDate

      protected StringBuffer createdDate
      Description of the Field
    • accessionDate

      protected StringBuffer accessionDate
      Description of the Field
    • title

      protected StringBuffer title
      Description of the Field
    • description

      protected StringBuffer description
      Description of the Field
    • cost

      protected StringBuffer cost
      Description of the Field
    • information

      protected StringBuffer information
      Description of the Field
    • otherTechnicalInfo

      protected StringBuffer otherTechnicalInfo
      Description of the Field
    • technicalReqs

      protected ArrayList technicalReqs
      Description of the Field
    • MAX_TECHNICALREQS

      public static final int MAX_TECHNICALREQS
      Description of the Field
      See Also:
    • resourceTypes

      protected ArrayList resourceTypes
      Description of the Field
    • MAX_RESOURCETYPES

      public static final int MAX_RESOURCETYPES
      Description of the Field
      See Also:
    • subjects

      protected ArrayList subjects
      Description of the Field
    • MAX_SUBJECTS

      public static final int MAX_SUBJECTS
      Description of the Field
      See Also:
    • audiences

      protected ArrayList audiences
      Description of the Field
    • MAX_AUDIENCES

      public static final int MAX_AUDIENCES
      Description of the Field
      See Also:
    • creators

      protected ArrayList creators
      Description of the Field
    • MAX_CREATORS

      public static final int MAX_CREATORS
      Description of the Field
      See Also:
    • catalogers

      protected ArrayList catalogers
      Description of the Field
    • MAX_CATALOGERS

      public static final int MAX_CATALOGERS
      Description of the Field
      See Also:
    • relations

      protected ArrayList relations
      Description of the Field
    • MAX_RELATIONS

      public static final int MAX_RELATIONS
      Description of the Field
      See Also:
    • annotations

      protected ArrayList annotations
      Description of the Field
    • MAX_ANNOTATIONS

      public static final int MAX_ANNOTATIONS
      Description of the Field
      See Also:
    • geoReferences

      protected ArrayList geoReferences
      Description of the Field
    • MAX_GEOREFERENCES

      public static final int MAX_GEOREFERENCES
      Description of the Field
      See Also:
    • sciStandards

      protected ArrayList sciStandards
      Description of the Field
    • MAX_SCISTANDARDS

      public static final int MAX_SCISTANDARDS
      Description of the Field
      See Also:
    • geoStandards

      protected ArrayList geoStandards
      Description of the Field
    • MAX_GEOSTANDARDS

      public static final int MAX_GEOSTANDARDS
      Description of the Field
      See Also:
    • keywords

      protected ArrayList keywords
      Description of the Field
    • MAX_KEYWORDS

      public static final int MAX_KEYWORDS
      Description of the Field
      See Also:
    • urls

      protected ArrayList urls
      Description of the Field
    • MAX_URLS

      public static final int MAX_URLS
      Description of the Field
      See Also:
  • Constructor Details

    • DleseBean

      public DleseBean()
      Constructor for the DleseBean object
  • Method Details

    • init

      public boolean init()
      Description of the Method
    • destroy

      public void destroy()
      Description of the Method
    • getID

      public String getID()
      Gets the iD attribute of the DleseBean object
      Returns:
      The iD value
    • setID

      public boolean setID(String id)
      Sets the iD attribute of the DleseBean object
      Parameters:
      id - The new iD value
    • getResourceURL

      public String getResourceURL()
      Gets the resourceURL attribute of the DleseBean object
      Returns:
      The resourceURL value
    • setResourceURL

      public boolean setResourceURL(String url)
      Sets the resourceURL attribute of the DleseBean object
      Parameters:
      url - The new resourceURL value
    • getURLs

      public List getURLs()
      Gets the uRLs attribute of the DleseBean object
      Returns:
      The uRLs value
    • setURLs

      public void setURLs(List URLs)
      Sets the uRLs attribute of the DleseBean object
      Parameters:
      URLs - The new uRLs value
    • getCreatedDate

      public String getCreatedDate()
      Gets the createdDate attribute of the DleseBean object
      Returns:
      The createdDate value
    • setCreatedDate

      public boolean setCreatedDate(String dateStr)
      Sets the createdDate attribute of the DleseBean object
      Parameters:
      dateStr - The new createdDate value
    • getAccessionedDate

      public String getAccessionedDate()
      Gets the accessionedDate attribute of the DleseBean object
      Returns:
      The accessionedDate value
    • setAccessionedDate

      public boolean setAccessionedDate(String dateStr)
      Sets the accessionedDate attribute of the DleseBean object
      Parameters:
      dateStr - The new accessionedDate value
    • getScienceStds

      public List getScienceStds()
      Gets the scienceStds attribute of the DleseBean object
      Returns:
      The scienceStds value
    • setScienceStds

      public void setScienceStds(String[] standards)
      Sets the scienceStds attribute of the DleseBean object
      Parameters:
      standards - The new scienceStds value
    • setScienceStds

      public void setScienceStds(List standards)
      Sets the scienceStds attribute of the DleseBean object
      Parameters:
      standards - The new scienceStds value
    • clearScienceStds

      public void clearScienceStds()
      Description of the Method
    • getGeographyStds

      public List getGeographyStds()
      Gets the geographyStds attribute of the DleseBean object
      Returns:
      The geographyStds value
    • setGeographyStds

      public void setGeographyStds(String[] standards)
      Sets the geographyStds attribute of the DleseBean object
      Parameters:
      standards - The new geographyStds value
    • setGeographyStds

      public void setGeographyStds(List standards)
      Sets the geographyStds attribute of the DleseBean object
      Parameters:
      standards - The new geographyStds value
    • clearGeographyStds

      public void clearGeographyStds()
      Description of the Method
    • getKeywords

      public List getKeywords()
      Gets the keywords attribute of the DleseBean object
      Returns:
      The keywords value
    • setKeywords

      public void setKeywords(String[] keyWords)
      Sets the keywords attribute of the DleseBean object
      Parameters:
      keyWords - The new keywords value
    • setKeywords

      public void setKeywords(List keyWords)
      Sets the keywords attribute of the DleseBean object
      Parameters:
      keyWords - The new keywords value
    • getTitle

      public String getTitle()
      Gets the title attribute of the DleseBean object
      Returns:
      The title value
    • setTitle

      public void setTitle(String value)
      Sets the title attribute of the DleseBean object
      Parameters:
      value - The new title value
    • getDescription

      public String getDescription()
      Gets the description attribute of the DleseBean object
      Returns:
      The description value
    • setDescription

      public void setDescription(String value)
      Sets the description attribute of the DleseBean object
      Parameters:
      value - The new description value
    • getCost

      public String getCost()
      Gets the cost attribute of the DleseBean object
      Returns:
      The cost value
    • setCost

      public void setCost(String value)
      Sets the cost attribute of the DleseBean object
      Parameters:
      value - The new cost value
    • getCopyright

      public String getCopyright()
      Gets the copyright attribute of the DleseBean object
      Returns:
      The copyright value
    • setCopyright

      public void setCopyright(String value)
      Sets the copyright attribute of the DleseBean object
      Parameters:
      value - The new copyright value
    • getInformation

      public String getInformation()
      Gets the information attribute of the DleseBean object
      Returns:
      The information value
    • setInformation

      public void setInformation(String value)
      Sets the information attribute of the DleseBean object
      Parameters:
      value - The new information value
    • getSubjects

      public List getSubjects()
      Gets the subjects attribute of the DleseBean object
      Returns:
      The subjects value
    • setSubjects

      public void setSubjects(List list)
      Sets the subjects attribute of the DleseBean object
      Parameters:
      list - The new subjects value
    • getAudiences

      public List getAudiences()
      Gets the audiences attribute of the DleseBean object
      Returns:
      The audiences value
    • setAudiences

      public void setAudiences(List list)
      Sets the audiences attribute of the DleseBean object
      Parameters:
      list - The new audiences value
    • getTechnicalReqs

      public List getTechnicalReqs()
      Gets the technicalReqs attribute of the DleseBean object
      Returns:
      The technicalReqs value
    • setTechnicalReqs

      public void setTechnicalReqs(List list)
      Sets the technicalReqs attribute of the DleseBean object
      Parameters:
      list - The new technicalReqs value
    • getOtherTechnicalInfo

      public String getOtherTechnicalInfo()
      Gets the otherTechnicalInfo attribute of the DleseBean object
      Returns:
      The otherTechnicalInfo value
    • setOtherTechnicalInfo

      public void setOtherTechnicalInfo(String value)
      Sets the otherTechnicalInfo attribute of the DleseBean object
      Parameters:
      value - The new otherTechnicalInfo value
    • getResourceTypes

      public List getResourceTypes()
      Gets the resourceTypes attribute of the DleseBean object
      Returns:
      The resourceTypes value
    • setResourceTypes

      public void setResourceTypes(List list)
      Sets the resourceTypes attribute of the DleseBean object
      Parameters:
      list - The new resourceTypes value
    • getCatalogers

      public List getCatalogers()
      Gets the catalogers attribute of the DleseBean object
      Returns:
      The catalogers value
    • setCatalogers

      public void setCatalogers(List list)
      Sets the catalogers attribute of the DleseBean object
      Parameters:
      list - The new catalogers value
    • getCreators

      public List getCreators()
      Gets the creators attribute of the DleseBean object
      Returns:
      The creators value
    • setCreators

      public void setCreators(List list)
      Sets the creators attribute of the DleseBean object
      Parameters:
      list - The new creators value
    • getAnnotations

      public List getAnnotations()
      Gets the annotations attribute of the DleseBean object
      Returns:
      The annotations value
    • setAnnotations

      public void setAnnotations(List list)
      Sets the annotations attribute of the DleseBean object
      Parameters:
      list - The new annotations value
    • getRelations

      public List getRelations()
      Gets the relations attribute of the DleseBean object
      Returns:
      The relations value
    • setRelations

      public void setRelations(List list)
      Sets the relations attribute of the DleseBean object
      Parameters:
      list - The new relations value
    • getGeoReferences

      public List getGeoReferences()
      Gets the geoReferences attribute of the DleseBean object
      Returns:
      The geoReferences value
    • setGeoReferences

      public void setGeoReferences(List list)
      Sets the geoReferences attribute of the DleseBean object
      Parameters:
      list - The new geoReferences value