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

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

public class CompositeId
extends Object


Constructor Summary
CompositeId(List<PrimitiveProperty> properties)
           
 
Method Summary
 List<PrimitiveProperty> getProperties()
           
 String getPropertyValue(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(List<PrimitiveProperty> properties)
Method Detail

getProperties

public List<PrimitiveProperty> getProperties()

getPropertyValue

public String getPropertyValue(String propertyName)


Copyright © 2003-2013 Atlassian. All Rights Reserved.