Package com.luciad.ogc.csw.model
Class TLcdCSWAbstractRecord
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdCSWBriefRecord
,TLcdCSWDCMIRecord
,TLcdCSWSummaryRecord
Supertype of the various Dublin Core based record representations.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedeleted
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the property that maps to thedeleted
attribute.void
setDeleted
(boolean aValue) Sets the value of the property that maps to thedeleted
attribute.
-
Field Details
-
DELETED_PROPERTY
Data property that maps to thedeleted
attribute. The possible values for this property are instances ofboolean
.
-
-
Constructor Details
-
TLcdCSWAbstractRecord
public TLcdCSWAbstractRecord() -
TLcdCSWAbstractRecord
-
-
Method Details
-
getDeleted
public boolean getDeleted()Returns the value of the property that maps to thedeleted
attribute.- Returns:
- the value of the
DELETED_PROPERTY
property.
-
setDeleted
public void setDeleted(boolean aValue) Sets the value of the property that maps to thedeleted
attribute.- Parameters:
aValue
- the value to set for theDELETED_PROPERTY
property.
-