Package kr.ac.konkuk.ccslab.cm.entity
Class CMFileSyncEntry
java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMFileSyncEntry
- All Implemented Interfaces:
Comparable<CMFileSyncEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
long
getSize()
getType()
setLastModifiedTime
(FileTime lastModifiedTime) setPathRelativeToHome
(Path pathRelativeToHome) setSize
(long size) setType
(CMFileType type) toString()
-
Constructor Details
-
CMFileSyncEntry
public CMFileSyncEntry()
-
-
Method Details
-
getPathRelativeToHome
-
setPathRelativeToHome
-
getSize
public long getSize() -
setSize
-
getLastModifiedTime
-
setLastModifiedTime
-
getType
-
setType
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CMFileSyncEntry>
-
toString
-
equals
-