org.jboss.maven.plugins.jdocbook.revdiff
Class ContentItem

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.revdiff.ContentItem

public class ContentItem
extends java.lang.Object

Describes a particular piece of content, including descriptors from both the master and a particular translation

Author:
Christian Bauer

Constructor Summary
ContentItem(java.lang.String identifier)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getIdentifier()
           
 ContentItemDescriptor getMasterDescriptor()
           
 ContentItemDescriptor getTranslationDescriptor()
           
 int hashCode()
           
 void setMasterDescriptor(ContentItemDescriptor masterDescriptor)
           
 void setTranslationDescriptor(ContentItemDescriptor translationDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentItem

public ContentItem(java.lang.String identifier)
Method Detail

getIdentifier

public java.lang.String getIdentifier()

getMasterDescriptor

public ContentItemDescriptor getMasterDescriptor()

setMasterDescriptor

public void setMasterDescriptor(ContentItemDescriptor masterDescriptor)

getTranslationDescriptor

public ContentItemDescriptor getTranslationDescriptor()

setTranslationDescriptor

public void setTranslationDescriptor(ContentItemDescriptor translationDescriptor)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.