public class AppleFile.FileDatesInfoEntry
extends java.lang.Object
| Constructor and Description |
|---|
FileDatesInfoEntry()
Instantiates a new file dates info entry.
|
| Modifier and Type | Method and 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.
|
public FileDatesInfoEntry()
public int getCreateTime()
public void setCreateTime(int createTime)
createTime - the new creates the timepublic int getModifyTime()
public void setModifyTime(int modifyTime)
modifyTime - the new modify timepublic int getBackupTime()
public void setBackupTime(int backupTime)
backupTime - the new backup timepublic int getAccessTime()
public void setAccessTime(int accessTime)
accessTime - the new access timeCopyright © 2022 Perforce Software. All Rights Reserved.