gov.nasa.pds.registry.model
Class Product

java.lang.Object
  extended by gov.nasa.pds.registry.model.Identifiable
      extended by gov.nasa.pds.registry.model.RegistryObject
          extended by gov.nasa.pds.registry.model.Product
All Implemented Interfaces:
Serializable

@Entity
public class Product
extends RegistryObject

See Also:
Serialized Form

Constructor Summary
Product()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContentVersion()
           
 String getMimeType()
           
 int hashCode()
           
 void setContentVersion(String contentVersion)
           
 void setMimeType(String mimeType)
           
 
Methods inherited from class gov.nasa.pds.registry.model.RegistryObject
getDescription, getLid, getName, getObjectType, getStatus, getVersionId, getVersionName, setDescription, setLid, setName, setObjectType, setStatus, setVersionId, setVersionName
 
Methods inherited from class gov.nasa.pds.registry.model.Identifiable
getGuid, getHome, getSlots, setGuid, setHome, setSlots
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

getContentVersion

public String getContentVersion()

setContentVersion

public void setContentVersion(String contentVersion)

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String mimeType)

hashCode

public int hashCode()
Overrides:
hashCode in class RegistryObject

equals

public boolean equals(Object obj)
Overrides:
equals in class RegistryObject


Copyright © 2005-2010 Planetary Data System. All Rights Reserved.