Package com.perforce.p4java.io.apple
Class AppleFile.FileDatesInfoEntry
java.lang.Object
com.perforce.p4java.io.apple.AppleFile.FileDatesInfoEntry
- Enclosing class:
- AppleFile
This class represents the file dates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the access time.intGets the backup time.intGets the creates the time.intGets the modify time.voidsetAccessTime(int accessTime) Sets the access time.voidsetBackupTime(int backupTime) Sets the backup time.voidsetCreateTime(int createTime) Sets the creates the time.voidsetModifyTime(int modifyTime) Sets the modify time.
-
Constructor Details
-
FileDatesInfoEntry
public FileDatesInfoEntry()Instantiates a new file dates info entry.
-
-
Method Details
-
getCreateTime
public int getCreateTime()Gets the creates the time.- Returns:
- the creates the time
-
setCreateTime
public void setCreateTime(int createTime) Sets the creates the time.- Parameters:
createTime- the new creates the time
-
getModifyTime
public int getModifyTime()Gets the modify time.- Returns:
- the modify time
-
setModifyTime
public void setModifyTime(int modifyTime) Sets the modify time.- Parameters:
modifyTime- the new modify time
-
getBackupTime
public int getBackupTime()Gets the backup time.- Returns:
- the backup time
-
setBackupTime
public void setBackupTime(int backupTime) Sets the backup time.- Parameters:
backupTime- the new backup time
-
getAccessTime
public int getAccessTime()Gets the access time.- Returns:
- the access time
-
setAccessTime
public void setAccessTime(int accessTime) Sets the access time.- Parameters:
accessTime- the new access time
-