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.IFile- againstBaseFileLast verified against another LastVerified instance.- long- baseStampLast base stamp.- org.eclipse.core.resources.IFile- fileThe file.- java.lang.String- fileNameFile name.- int- heightThe height.- long- stampThe time stamp.- boolean- successImage loaded successfully, i.e.- int- widthThe 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.