Package com.iizigo.image
Class LastVerified
- java.lang.Object
- com.iizigo.image.LastVerified
public class LastVerified extends java.lang.ObjectData for last verification of an image.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description org.eclipse.core.resources.IFileagainstBaseFileLast verified against another LastVerified instance.longbaseStampLast base stamp.org.eclipse.core.resources.IFilefileThe file.java.lang.StringfileNameFile name.intheightThe height.longstampThe time stamp.booleansuccessImage loaded successfully, i.e.intwidthThe width.
Constructor Summary
Constructors Constructor Description LastVerified()
Field Detail
file
public org.eclipse.core.resources.IFile file
The file.
fileName
public java.lang.String fileName
File name.
width
public int width
The width.
height
public int height
The height.
stamp
public long stamp
The time stamp.
success
public boolean success
Image loaded successfully, i.e. the size is set.
againstBaseFile
public org.eclipse.core.resources.IFile againstBaseFile
Last verified against another LastVerified instance.
baseStamp
public long baseStamp
Last base stamp.