|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecthirondelle.web4jtools.metrics.images.ImageReference
public final class ImageReference
Model Object for an image, and all files that reference it.
This class is mutable.
Constructor Summary | |
---|---|
ImageReference(FileInfo aFileInfo)
Full constructor. |
Method Summary | |
---|---|
void |
addReferenceFrom(FileInfo aFileInfo)
Add a file which references the image. |
boolean |
equals(Object aThat)
|
FileInfo |
getFileInfo()
Return the file information for the image itself. |
Integer |
getNumReferences()
Return the number of files that reference the image. |
List<FileInfo> |
getReferencingFiles()
List all files that reference the image. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageReference(FileInfo aFileInfo)
aFileInfo
- file info for the image file.Method Detail |
---|
public void addReferenceFrom(FileInfo aFileInfo)
public FileInfo getFileInfo()
public List<FileInfo> getReferencingFiles()
public Integer getNumReferences()
public String toString()
toString
in class Object
public boolean equals(Object aThat)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |