Package org.teamapps.udb.model
Klasse FileContentData
java.lang.Object
org.teamapps.message.protocol.message.Message
org.teamapps.udb.model.FileContentData
- Alle implementierten Schnittstellen:
org.teamapps.message.protocol.message.MessageRecord
public class FileContentData
extends org.teamapps.message.protocol.message.Message
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFileContentData(byte[] bytes) FileContentData(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) FileContentData(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) FileContentData(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader) FileContentData(org.teamapps.message.protocol.message.MessageRecord message, org.teamapps.message.protocol.model.ModelCollection modelCollection) FileContentData(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglonggetHash()intintstatic org.teamapps.message.protocol.model.PojoObjectDecoder<FileContentData>static org.teamapps.message.protocol.model.MessageModelString[]String[]static org.teamapps.message.protocol.model.ModelCollectiongetName()intgetPages()getTitle()static FileContentDataremap(org.teamapps.message.protocol.message.MessageRecord message) setContent(String value) setCreatedBy(String value) setDateCreated(Instant value) setDateModified(Instant value) setDuration(String value) setFileSize(long value) setImageHeight(int value) setImageWidth(int value) setLanguage(String value) setLatitude(String value) setLongitude(String value) setMetaKeys(String[] value) setMetaKeysAsList(List<String> value) setMetaValues(String[] value) setMetaValuesAsList(List<String> value) setMimeType(String value) setModifiedBy(String value) setPages(int value) setSoftware(String value) setSoftwareVersion(String value) Von Klasse geerbte Methoden org.teamapps.message.protocol.message.Message
addReference, deleteAllEmbeddedFiles, equals, explain, getAttribute, getAttributeKey, getAttributes, getBitSetAttribute, getBooleanAttribute, getByteArrayAttribute, getByteAttribute, getDateAttribute, getDateTimeAttribute, getDoubleArrayAttribute, getDoubleAttribute, getFile, getFileData, getFileDataFileLength, getFileDataFileName, getFloatArrayAttribute, getFloatAttribute, getGenericMessageAttribute, getIntArrayAttribute, getIntAttribute, getLongArrayAttribute, getLongAttribute, getMessageDefName, getMessageDefUuid, getModel, getRecordCreatedBy, getRecordCreationDate, getRecordId, getRecordModificationDate, getRecordModifiedBy, getReferencedObject, getReferencedObjectAsType, getReferencedObjects, getReferencedObjectsAsType, getStringArrayAsList, getStringArrayAttribute, getStringAttribute, getTimeAttribute, getTimestampAttribute, hashCode, isEmpty, readMessageUuid, readXml, removeField, setAttribute, setBitSetAttribute, setBooleanAttribute, setByteArrayAttribute, setByteAttribute, setDateAttribute, setDateTimeAttribute, setDefaultValues, setDefaultValues, setDoubleArrayAttribute, setDoubleAttribute, setFileData, setFileData, setFileData, setFloatArrayAttribute, setFloatAttribute, setGenericMessageAttribute, setIntArrayAttribute, setIntAttribute, setLongArrayAttribute, setLongAttribute, setRecordCreatedBy, setRecordCreationDate, setRecordId, setRecordModificationDate, setRecordModifiedBy, setReferencedObject, setReferencedObjectAsType, setReferencedObjects, setReferencedObjectsAsType, setStringArrayAsList, setStringArrayAttribute, setStringAttribute, setTimeAttribute, setTimestampAttribute, toBytes, toBytes, toBytes, toString, toXml, toXml, toXml, write, write, write
-
Felddetails
-
OBJECT_UUID
- Siehe auch:
-
-
Konstruktordetails
-
FileContentData
public FileContentData() -
FileContentData
public FileContentData(org.teamapps.message.protocol.message.MessageRecord message, org.teamapps.message.protocol.model.ModelCollection modelCollection) -
FileContentData
- Löst aus:
IOException
-
FileContentData
public FileContentData(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
FileContentData
- Löst aus:
IOException
-
FileContentData
public FileContentData(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
FileContentData
public FileContentData(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader) -
FileContentData
public FileContentData(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws Exception - Löst aus:
Exception
-
-
Methodendetails
-
getMessageDecoder
public static org.teamapps.message.protocol.model.PojoObjectDecoder<FileContentData> getMessageDecoder() -
getMessageModel
public static org.teamapps.message.protocol.model.MessageModel getMessageModel() -
getModelCollection
public static org.teamapps.message.protocol.model.ModelCollection getModelCollection() -
remap
-
getName
-
setName
-
getFileSize
public long getFileSize() -
setFileSize
-
getHash
-
setHash
-
getContent
-
setContent
-
getMimeType
-
setMimeType
-
getCreatedBy
-
setCreatedBy
-
getModifiedBy
-
setModifiedBy
-
getDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
getPages
public int getPages() -
setPages
-
getTitle
-
setTitle
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
getDevice
-
setDevice
-
getSoftware
-
setSoftware
-
getSoftwareVersion
-
setSoftwareVersion
-
getDuration
-
setDuration
-
getImageWidth
public int getImageWidth() -
setImageWidth
-
getImageHeight
public int getImageHeight() -
setImageHeight
-
getLanguage
-
setLanguage
-
getMetaKeys
-
setMetaKeys
-
getMetaKeysAsList
-
setMetaKeysAsList
-
getMetaValues
-
setMetaValues
-
getMetaValuesAsList
-
setMetaValuesAsList
-