|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.connector.federation.contribution.Contribution
org.jboss.dna.connector.federation.contribution.NonEmptyContribution
@Immutable public abstract class NonEmptyContribution

The record of a non-empty source contribution from a single location within the source.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
This implementation only compares the |
Location |
getLocationInSource()
Get the source-specific location of this information. |
int |
hashCode()
This implementation returns the hash code of the |
| Methods inherited from class org.jboss.dna.connector.federation.contribution.Contribution |
|---|
create, create, create, create, create, createPlaceholder, createPlaceholder, getChildren, getChildrenCount, getExpirationTimeInUtc, getProperties, getProperty, getPropertyCount, getSourceName, isEmpty, isExpired, isPlaceholder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Location getLocationInSource()
getLocationInSource in class ContributionEmptyContributionContribution.getLocationInSource()public int hashCode()
This implementation returns the hash code of the source name, and is compatible with the
implementation of Contribution.equals(Object).
This implementation returns the hash code of the source name, and is compatible with the
implementation of equals(Object).
hashCode in class Contributionpublic boolean equals(Object obj)
This implementation only compares the source name.
equals in class Contribution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||