|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.io.apple.AppleFile.FileDatesInfoEntry
public class AppleFile.FileDatesInfoEntry
This class represents the file dates.
Constructor Summary | |
---|---|
AppleFile.FileDatesInfoEntry()
Instantiates a new file dates info entry. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppleFile.FileDatesInfoEntry()
Method Detail |
---|
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 time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |