|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--laits.registry.ogc.infomodel.core.RegistryObject | +--laits.registry.ogc.infomodel.core.RegistryEntry | +--laits.registry.ogc.infomodel.core.ExtrinsicObject
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 |
public ExtrinsicObject()
Method Detail |
public void setOpaque(boolean para)
para
- opaque or notpublic boolean getOpaque()
public void setMIMEType(java.lang.String para)
para
- MIME typepublic java.lang.String getMIMEType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |