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.Object
This 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 int
getAccessTime()
Gets the access time.int
getBackupTime()
Gets the backup time.int
getCreateTime()
Gets the creates the time.int
getModifyTime()
Gets the modify time.void
setAccessTime(int accessTime)
Sets the access time.void
setBackupTime(int backupTime)
Sets the backup time.void
setCreateTime(int createTime)
Sets the creates the time.void
setModifyTime(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
-
-