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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedeletedattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the property that maps to thedeletedattribute.voidsetDeleted(boolean aValue) Sets the value of the property that maps to thedeletedattribute.
-
Field Details
-
DELETED_PROPERTY
Data property that maps to thedeletedattribute. 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 thedeletedattribute.- Returns:
- the value of the
DELETED_PROPERTYproperty.
-
setDeleted
public void setDeleted(boolean aValue) Sets the value of the property that maps to thedeletedattribute.- Parameters:
aValue- the value to set for theDELETED_PROPERTYproperty.
-