Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.data.edit
Class AssetEditData  view AssetEditData download AssetEditData.java

java.lang.Object
  extended bycom.flexstor.common.data.ejb.Data
      extended bycom.flexstor.common.data.KeyedCollectionData
          extended bycom.flexstor.common.data.RecordData
              extended bycom.flexstor.common.data.edit.EditData
                  extended bycom.flexstor.common.data.edit.AssetEditData
All Implemented Interfaces:
com.flexstor.common.constants.ActionPropertiesI, com.flexstor.common.data.AssetRecordDataI, java.io.Serializable

public class AssetEditData
extends EditData
implements com.flexstor.common.data.AssetRecordDataI

Data object class for edit

Since:
FLEXSTOR.db 3.0
Version:
1.0, 01/24/2000

Field Summary
private  boolean bChild
           
private  boolean bCopyChildren
           
private  boolean bDefaultView
           
private  boolean bParent
           
private  boolean bPrimaryParent
           
private  int nArchiveStatus
           
private  long nParentAssetId
           
private  int nStatus
           
 
Fields inherited from class com.flexstor.common.data.RecordData
childrenRecs, data, nBucketType, nRecordId, nStructureId, traversalPathInfo
 
Fields inherited from class com.flexstor.common.data.KeyedCollectionData
 
Fields inherited from class com.flexstor.common.data.ejb.Data
DELETE, DELETED, derived, htModifiedStates, htOptions, MODIFY, modTime, NEW_ENTRY, presentState, prevState, UNCHANGED, UPDATED, WARN_BEFORE_DELETE
 
Fields inherited from interface com.flexstor.common.constants.ActionPropertiesI
ACTION, ADD_TO_ASSETS_INPROCESS, APPLETALK_VENDOR, ARCHIVE_ID, BADFILES_HASHTABLE, BADRECORDS_VECTOR, CALLBACK_OBJECT, CHECKEDOUT_PATH, CHECKIN_DATETIME, CLASSIFIED, CONFIRM_TEXT, CONFIRMATION_DATA, CONVERSION_MODE, CONVERSION_TARGET, CONVERT_CONFIG_FILE, CUST_ID, CUSTOMIZED_PROCESS, DEFAULT_VIEW_ASSET, DEFAULT_VIEW_ASSET_ID, DELETE_DIRECTORY, DELETE_EMPTY_BUCKETS, DELETE_ORIGINAL, DESCRIPTION, DESTINATION_FILENAME, DESTINATION_LOCATION, DESTINATION_SERVER, DISK_SPACE_REQUIRED, DO_LOGIN, DUP_ARCHIVE_ID, EMAIL_ADDRESS, EMAIL_CC, EMAIL_MESSAGE, EMAIL_RETRY_COUNT, EMAIL_SENDER, EMAIL_SUBJECT, ERROR_HASHTABLE, FILE_GROUPID, FILE_LIST, FILE_PERMISSIONS, FILE_USERID, FILENAME, FILES_INPROGRESS, FILESIZE, FLEX_ARCH_ERROR, FTP_CREATE_DIRS, FTP_HOST_NAME, FTP_PASSWORD, FTP_REMOTE_DIR, FTP_TRANSFER_MODE, FTP_USER_NAME, GOODFILES_HASHTABLE, HELD_RECORDS, HOT_DIRECTORY, IS_FLAT_MODE, IS_LOCATION_IN_SERVER, IS_OVERWRITE, KEEP_LOWRES, KEEP_MACBINARIES, KEEP_RESOURCEFORK, LOCATION, LOWRESEXTRACT_TARGET, MACBINARY_FORMAT, MANUAL_DATA, MESSAGE_STRING, MODIFICATION_DATE, ORIGINAL_FILENAME, ORIGINAL_LOCATION, ORIGINAL_SERVER, PRESERVE_NAME, REGENERATE_THUMBNAIL, RESOLVE_LOOKUPS, RESOLVED_LOCATION, RESOURCEFORK_ACTION, RESTORE_LOCATION, RESTORE_ORIGINAL, RESTORE_SESSIONS, RESULT_STATUS, ROLE_ID, RSRC_ARCHIVE_ID, RSRC_DUP_ARCHIVE_ID, RSRC_FILE_LIST, SEND_ORIGINAL, SEND_SERVICE_TYPE, SERVER, SERVICE_DATE, SOURCE_FILENAME, SOURCE_FILESIZE, SOURCE_LOCATION, SOURCE_RECORD, SOURCE_SERVER, STEP_NUMBER, SYSTEM_USER_ID, SYSTEM_USER_PASSWORD, THREAD_GROUP_NAME, TPI_ERROR, UPDATE_STATUS, URL_STRING, USE_CONVERT_SERVICE, USE_EXTRACT_SERVICE, USE_ZIP_SERVICE, USER_ID, VECTOR_HOLDER, VERSION_FILENAME, VERSION_FILESIZE, VERSION_LOCATION, VERSION_NUMBER, VERSION_NUMBER_PREVIOUS, VERSION_SERVER, VOLUME_PATH, ZIP_FILENAME, ZIP_FILEPATH, ZIP_LOCATION
 
Constructor Summary
AssetEditData()
           
 
Method Summary
 java.lang.Integer getAppleTalkVendor()
           
 int getArchiveStatus()
           
 long getAssetId()
           
 java.lang.Long getDefaultViewAssetId()
           
 java.lang.String getDestinationFileName()
           
 java.lang.String getDestinationFilePath()
           
 java.lang.String getDestinationLocation()
           
 long getElemId()
           
 java.lang.String getFileName()
           
 java.lang.String getFilePath()
           
 java.lang.Long getFileSize()
           
 java.lang.String getLocation()
           
 long getParentAssetId()
           
 java.lang.Integer getRoleId()
           
 java.lang.String getServer()
           
 int getStatus()
           
 boolean isChild()
           
 boolean isCopyChildren()
           
 boolean isDefaultView()
           
 java.lang.Boolean isKeepResourceFork()
           
 java.lang.Boolean isMacBinaryFormat()
           
 boolean isParent()
           
 boolean isPrimaryParent()
           
 void setAppleTalkVendor(java.lang.Integer value)
           
 void setArchiveStatus(int status)
           
 void setChild(boolean child)
           
 void setCopyChildren(boolean copyChild)
           
 void setDefaultView(boolean defView)
           
 void setDefaultViewAssetId(java.lang.Long defaultId)
           
 void setDestinationFileName(java.lang.String value)
           
 void setDestinationLocation(java.lang.String value)
           
 void setFileName(java.lang.String value)
           
 void setFileSize(java.lang.Long value)
           
 void setKeepResourceFork(java.lang.Boolean value)
           
 void setLocation(java.lang.String value)
           
 void setMacBinaryFormat(java.lang.Boolean value)
           
 void setParent(boolean parent)
           
 void setParentAssetId(long parentId)
           
 void setPrimaryParent(boolean primParent)
           
 void setRoleId(java.lang.Integer value)
           
 void setServer(java.lang.String value)
           
 void setStatus(int status)
           
 
Methods inherited from class com.flexstor.common.data.edit.EditData
clone, equals, getAction, getSourceRecord, hashCode, isClassified, setAction, setClassified, setSourceRecord
 
Methods inherited from class com.flexstor.common.data.RecordData
addChildRecord, fillCloneInfo, getBucketType, getChildrenRecords, getData, getProperties, getRecordId, getStructureId, getTraversalPathInfo, setBucketType, setChildrenRecords, setData, setProperties, setRecordId, setStructureId, setTraversalPathInfo
 
Methods inherited from class com.flexstor.common.data.KeyedCollectionData
getBoolean, getDate, getInteger, getKeyedCollection, getLong, getObject, getString, removeObject, setBoolean, setDate, setInteger, setKeyedCollection, setLong, setObject, setString
 
Methods inherited from class com.flexstor.common.data.ejb.Data
assertEquals, changed, fillCloneInfo, getDateModTime, getModTime, getPresentState, getPreviousState, initializeState, isDeleted, isDerived, isModified, isModified, isObjectPersist, isOptionAllowed, resetModifiedStates, rollBackState, setDeleted, setDerived, setModifiedState, setModTime, setModTime, setNewEntry, setOption, setPerisistState, setPreviousState, setState, setUpdated
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nStatus

private int nStatus

nArchiveStatus

private int nArchiveStatus

bPrimaryParent

private boolean bPrimaryParent

bParent

private boolean bParent

bChild

private boolean bChild

bDefaultView

private boolean bDefaultView

bCopyChildren

private boolean bCopyChildren

nParentAssetId

private long nParentAssetId
Constructor Detail

AssetEditData

public AssetEditData()
Method Detail

setRoleId

public void setRoleId(java.lang.Integer value)
Specified by:
setRoleId in interface com.flexstor.common.data.AssetRecordDataI

getRoleId

public java.lang.Integer getRoleId()
Specified by:
getRoleId in interface com.flexstor.common.data.AssetRecordDataI

setServer

public void setServer(java.lang.String value)
Specified by:
setServer in interface com.flexstor.common.data.AssetRecordDataI

getServer

public java.lang.String getServer()
Specified by:
getServer in interface com.flexstor.common.data.AssetRecordDataI

setLocation

public void setLocation(java.lang.String value)
Specified by:
setLocation in interface com.flexstor.common.data.AssetRecordDataI

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface com.flexstor.common.data.AssetRecordDataI

setFileName

public void setFileName(java.lang.String value)
Specified by:
setFileName in interface com.flexstor.common.data.AssetRecordDataI

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface com.flexstor.common.data.AssetRecordDataI

getFilePath

public java.lang.String getFilePath()
Specified by:
getFilePath in interface com.flexstor.common.data.AssetRecordDataI

setFileSize

public void setFileSize(java.lang.Long value)
Specified by:
setFileSize in interface com.flexstor.common.data.AssetRecordDataI

getFileSize

public java.lang.Long getFileSize()
Specified by:
getFileSize in interface com.flexstor.common.data.AssetRecordDataI

setAppleTalkVendor

public void setAppleTalkVendor(java.lang.Integer value)
Specified by:
setAppleTalkVendor in interface com.flexstor.common.data.AssetRecordDataI

getAppleTalkVendor

public java.lang.Integer getAppleTalkVendor()
Specified by:
getAppleTalkVendor in interface com.flexstor.common.data.AssetRecordDataI

setKeepResourceFork

public void setKeepResourceFork(java.lang.Boolean value)
Specified by:
setKeepResourceFork in interface com.flexstor.common.data.AssetRecordDataI

isKeepResourceFork

public java.lang.Boolean isKeepResourceFork()
Specified by:
isKeepResourceFork in interface com.flexstor.common.data.AssetRecordDataI

setMacBinaryFormat

public void setMacBinaryFormat(java.lang.Boolean value)
Specified by:
setMacBinaryFormat in interface com.flexstor.common.data.AssetRecordDataI

isMacBinaryFormat

public java.lang.Boolean isMacBinaryFormat()
Specified by:
isMacBinaryFormat in interface com.flexstor.common.data.AssetRecordDataI

setDestinationLocation

public void setDestinationLocation(java.lang.String value)
Specified by:
setDestinationLocation in interface com.flexstor.common.data.AssetRecordDataI

getDestinationLocation

public java.lang.String getDestinationLocation()
Specified by:
getDestinationLocation in interface com.flexstor.common.data.AssetRecordDataI

setDestinationFileName

public void setDestinationFileName(java.lang.String value)
Specified by:
setDestinationFileName in interface com.flexstor.common.data.AssetRecordDataI

getDestinationFileName

public java.lang.String getDestinationFileName()
Specified by:
getDestinationFileName in interface com.flexstor.common.data.AssetRecordDataI

getDestinationFilePath

public java.lang.String getDestinationFilePath()
Specified by:
getDestinationFilePath in interface com.flexstor.common.data.AssetRecordDataI

getAssetId

public long getAssetId()
Specified by:
getAssetId in interface com.flexstor.common.data.AssetRecordDataI

getElemId

public long getElemId()
Specified by:
getElemId in interface com.flexstor.common.data.AssetRecordDataI

getDefaultViewAssetId

public java.lang.Long getDefaultViewAssetId()
Specified by:
getDefaultViewAssetId in interface com.flexstor.common.data.AssetRecordDataI

setDefaultViewAssetId

public void setDefaultViewAssetId(java.lang.Long defaultId)
Specified by:
setDefaultViewAssetId in interface com.flexstor.common.data.AssetRecordDataI

setStatus

public void setStatus(int status)
Specified by:
setStatus in interface com.flexstor.common.data.AssetRecordDataI

getStatus

public int getStatus()
Specified by:
getStatus in interface com.flexstor.common.data.AssetRecordDataI

getArchiveStatus

public int getArchiveStatus()

setArchiveStatus

public void setArchiveStatus(int status)

isPrimaryParent

public boolean isPrimaryParent()

setPrimaryParent

public void setPrimaryParent(boolean primParent)

isParent

public boolean isParent()

setParent

public void setParent(boolean parent)

isChild

public boolean isChild()

setChild

public void setChild(boolean child)

isDefaultView

public boolean isDefaultView()

setDefaultView

public void setDefaultView(boolean defView)

getParentAssetId

public long getParentAssetId()

setParentAssetId

public void setParentAssetId(long parentId)

isCopyChildren

public boolean isCopyChildren()

setCopyChildren

public void setCopyChildren(boolean copyChild)