public class Drama
extends de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Drama()
Never called.
|
|
Drama(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Drama(org.apache.uima.jcas.JCas jcas) |
|
Drama(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDlinaDatePremiere()
getter for DlinaDatePremiere - gets
|
int |
getDlinaDatePrint()
getter for DlinaDatePrint - gets
|
int |
getDlinaDateWritten()
getter for DlinaDateWritten - gets
|
String |
getDramaId()
getter for DramaId - gets
|
int |
getReferenceDate()
getter for ReferenceDate - gets
|
boolean |
getTranslation()
getter for Translation - gets Is this drama a translation?
|
int |
getTypeIndexID() |
void |
setDlinaDatePremiere(int v)
setter for DlinaDatePremiere - sets
|
void |
setDlinaDatePrint(int v)
setter for DlinaDatePrint - sets
|
void |
setDlinaDateWritten(int v)
setter for DlinaDateWritten - sets
|
void |
setDramaId(String v)
setter for DramaId - sets
|
void |
setReferenceDate(int v)
setter for ReferenceDate - sets
|
void |
setTranslation(boolean v)
setter for Translation - sets Is this drama a translation?
|
copy, create, create, get, get, getCollectionId, getDocumentBaseUri, getDocumentId, getDocumentTitle, getDocumentUri, getIsLastSegment, setCollectionId, setDocumentBaseUri, setDocumentId, setDocumentTitle, setDocumentUri, setIsLastSegmentgetBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValuepublic static final int typeIndexID
public static final int type
protected Drama()
public Drama(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Drama(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic Drama(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
jcas - JCas to which this Feature Structure belongsbegin - offset to the begin spot in the SofAend - offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID in class de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaDatapublic String getDramaId()
public void setDramaId(String v)
v - value to set into the featurepublic int getReferenceDate()
public void setReferenceDate(int v)
v - value to set into the featurepublic int getDlinaDatePrint()
public void setDlinaDatePrint(int v)
v - value to set into the featurepublic int getDlinaDatePremiere()
public void setDlinaDatePremiere(int v)
v - value to set into the featurepublic int getDlinaDateWritten()
public void setDlinaDateWritten(int v)
v - value to set into the featurepublic boolean getTranslation()
public void setTranslation(boolean v)
v - value to set into the featureCopyright © 2016. All rights reserved.