Class DleseBean.Contributor

java.lang.Object
org.dlese.dpc.xml.maps.DleseBean.Contributor
All Implemented Interfaces:
Serializable
Enclosing class:
DleseBean

public static class DleseBean.Contributor extends Object implements Serializable
Provides an object definition for representing a contributor as specified by the DLESE metadata framework.
Version:
1.0, 02/01/01
Author:
Dave Deniman
See Also:
  • Field Details

    • person

      protected HashMap person
      DESCRIPTION
  • Constructor Details

    • Contributor

      public Contributor()
      Constructor for the Contributor object
    • Contributor

      public Contributor(HttpServletRequest request)
      Constructor for the Contributor object
      Parameters:
      request -
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Gets the empty attribute of the Contributor object
      Returns:
      The empty value
    • setValue

      public void setValue(String key, String value)
      Sets the value attribute of the Contributor object
      Parameters:
      key - The new value value
      value - The new value value
    • getValue

      public String getValue(String key)
      Gets the value attribute of the Contributor object
      Parameters:
      key - DESCRIPTION
      Returns:
      The value value
    • getValues

      public HashMap getValues()
      Gets the values attribute of the Contributor object
      Returns:
      The values value
    • name

      public String name()
      DESCRIPTION
      Returns:
      DESCRIPTION
    • equals

      public boolean equals(DleseBean.Contributor being)
      DESCRIPTION
      Parameters:
      being - DESCRIPTION
      Returns:
      DESCRIPTION