Package com.perforce.p4java.io.apple
Class AppleFile.FileDatesInfoEntry
- java.lang.Object
-
- com.perforce.p4java.io.apple.AppleFile.FileDatesInfoEntry
-
- Enclosing class:
- AppleFile
public class AppleFile.FileDatesInfoEntry extends java.lang.ObjectThis class represents the file dates.
-
-
Constructor Summary
Constructors Constructor Description FileDatesInfoEntry()Instantiates a new file dates info entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAccessTime()Gets the access time.intgetBackupTime()Gets the backup time.intgetCreateTime()Gets the creates the time.intgetModifyTime()Gets 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.
-
-
-
Method Detail
-
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
-
-