laits.registry.ogc.infomodel.core
Class ExtrinsicObject

java.lang.Object
  |
  +--laits.registry.ogc.infomodel.core.RegistryObject
        |
        +--laits.registry.ogc.infomodel.core.RegistryEntry
              |
              +--laits.registry.ogc.infomodel.core.ExtrinsicObject
Direct Known Subclasses:
OGCExtrinsicObject

public class ExtrinsicObject
extends RegistryEntry

Title: ExtrinsicObject Description: Provides required metadata about the content being submitted to the registry. Copyright: Copyright (c) 2002 Company: LAITS.GMU


Constructor Summary
ExtrinsicObject()
           
 
Method Summary
 java.lang.String getMIMEType()
          To get object MIME type
 boolean getOpaque()
          To get if object is opaque
 void setMIMEType(java.lang.String para)
          To set object MIME type
 void setOpaque(boolean para)
          To set object opaque or not
 
Methods inherited from class laits.registry.ogc.infomodel.core.RegistryEntry
getExpiration, setExpiration
 
Methods inherited from class laits.registry.ogc.infomodel.core.RegistryObject
getDescription, getDetail, getID, getName, getObjectType, getSlotValue, getTypeString, isModified, setDescription, setDetail, setID, setIsModified, setName, setObjectType, setSlotValue, setTypeString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrinsicObject

public ExtrinsicObject()
Method Detail

setOpaque

public void setOpaque(boolean para)
To set object opaque or not

Parameters:
para - opaque or not

getOpaque

public boolean getOpaque()
To get if object is opaque

Returns:
if opaque, true, else false

setMIMEType

public void setMIMEType(java.lang.String para)
To set object MIME type

Parameters:
para - MIME type

getMIMEType

public java.lang.String getMIMEType()
To get object MIME type

Returns:
MIME type