Package com.iizigo.image
Class LastVerified
java.lang.Object
com.iizigo.image.LastVerified
Data for last verification of an image.
- Author:
- Christopher Mindus
Field Summary
FieldsModifier and TypeFieldDescriptionorg.eclipse.core.resources.IFileLast verified against another LastVerified instance.longLast base stamp.org.eclipse.core.resources.IFileThe file.File name.intThe height.longThe time stamp.booleanImage loaded successfully, i.e.intThe width.Constructor Summary
ConstructorsMethod Summary
Field Details
file
public org.eclipse.core.resources.IFile fileThe file.fileName
File name.width
public int widthThe width.height
public int heightThe height.stamp
public long stampThe time stamp.success
public boolean successImage loaded successfully, i.e. the size is set.againstBaseFile
public org.eclipse.core.resources.IFile againstBaseFileLast verified against another LastVerified instance.baseStamp
public long baseStampLast base stamp.
Constructor Details
LastVerified
public LastVerified()