Class AppleFile.FileDatesInfoEntry

java.lang.Object
com.perforce.p4java.io.apple.AppleFile.FileDatesInfoEntry
Enclosing class:
AppleFile

public class AppleFile.FileDatesInfoEntry extends Object
This class represents the file dates.
  • 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