Package sk.iway.iwcm.sync.inport
Class ContentFileBean
java.lang.Object
sk.iway.iwcm.sync.inport.ContentFileBean
ContentFileBean.java
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATUS_MISSING
public static final int STATUS_MISSING- See Also:
-
STATUS_NEWER
public static final int STATUS_NEWER- See Also:
-
STATUS_OLDER
public static final int STATUS_OLDER- See Also:
-
STATUS_CURRENT_DIFFERENT
public static final int STATUS_CURRENT_DIFFERENT- See Also:
-
STATUS_CURRENT_SAME
public static final int STATUS_CURRENT_SAME- See Also:
-
-
Constructor Details
-
ContentFileBean
-
-
Method Details
-
getNumber
public int getNumber() -
getPath
-
isSelected
public boolean isSelected() -
getLocalPath
-
isMissing
public boolean isMissing() -
isNewer
public boolean isNewer() -
isOlder
public boolean isOlder() -
isCurrentDifferent
public boolean isCurrentDifferent() -
isCurrentSame
public boolean isCurrentSame()
-