public class FileContainerReferenceProxy extends Object
The file container reference proxy.
Constructor and Description |
---|
FileContainerReferenceProxy(ExtendedGuid id,
long jcidFormat,
Guid fileDataStoreObjectId,
String extension)
Initializes a new instance of the
FileContainerReferenceProxy class. |
Modifier and Type | Method and Description |
---|---|
StringInStorageBuffer |
getExtension()
Gets the extension.
|
StringInStorageBuffer |
getFileDataReference()
Gets the file data reference.
|
Guid |
getFileDataStoreObjectId()
Gets the file data store object id.
|
ExtendedGuid |
getId()
Gets the id.
|
long |
getJcidFormat()
Gets the jcid format.
|
public FileContainerReferenceProxy(ExtendedGuid id, long jcidFormat, Guid fileDataStoreObjectId, String extension)
Initializes a new instance of the FileContainerReferenceProxy
class.
id
- The id.jcidFormat
- The jcid format.fileDataStoreObjectId
- The file data store object id.extension
- The extension.public ExtendedGuid getId()
Gets the id.
public Guid getFileDataStoreObjectId()
Gets the file data store object id.
public long getJcidFormat()
Gets the jcid format.
public StringInStorageBuffer getFileDataReference()
Gets the file data reference.
public StringInStorageBuffer getExtension()
Gets the extension.
Copyright (c) 2016 Aspose. All Rights Reserved.