| java.lang.Object org.wings.externalizer.ExternalizedResource
deliverOnce | final public boolean deliverOnce()(Code) | | |
equals | final public boolean equals(ExternalizedResource e)(Code) | | If the managed externalized resource and the
externalized manager are the same, then both
ExternalizedResource objects are regarded equal.
true, if the other externalized resource equalsthis resource regarding the key members. |
getFlags | final public int getFlags()(Code) | | |
getLastModified | final public long getLastModified()(Code) | | |
hashCode | final public int hashCode()(Code) | | The HashCode of the externalized resource is
the hash code of the to be externalized object
(the externalized resource). Together with the implementation
of the
ExternalizedResource.equals(Object) -Method, this makes sure, that
the same resource gets the same ID.
the has code of the externalized object. |
isFinal | final public boolean isFinal()(Code) | | |
|
|