Package com.iizigo.image
Class LastVerified
- java.lang.Object
- com.iizigo.image.LastVerified
public class LastVerified extends java.lang.Object
Data for last verification of an image.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description org.eclipse.core.resources.IFile
againstBaseFile
Last verified against another LastVerified instance.long
baseStamp
Last base stamp.org.eclipse.core.resources.IFile
file
The file.java.lang.String
fileName
File name.int
height
The height.long
stamp
The time stamp.boolean
success
Image loaded successfully, i.e.int
width
The 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.