com.atlassian.confluence.importexport.xmlimport.model
Class CompositeId

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.CompositeId

public class CompositeId
extends java.lang.Object


Constructor Summary
CompositeId(java.util.List<PrimitiveProperty> properties)
           
 
Method Summary
 java.util.List<PrimitiveProperty> getProperties()
           
 java.lang.String getPropertyValue(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeId

public CompositeId(java.util.List<PrimitiveProperty> properties)
Method Detail

getProperties

public java.util.List<PrimitiveProperty> getProperties()

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String propertyName)


Copyright © 2003-2011 Atlassian. All Rights Reserved.