org.jboss.system.server.profileservice.attachments
Class DeploymentStructureMetaData

java.lang.Object
  extended by org.jboss.system.server.profileservice.attachments.DeploymentStructureMetaData

public class DeploymentStructureMetaData
extends Object

Basic xml representation helper class of the StructureMetaData.

Version:
$Revision: 85526 $
Author:
Emanuel Muckenhuber

Constructor Summary
DeploymentStructureMetaData()
           
 
Method Summary
 List<DeploymentClassPathMetaData> getClassPaths()
           
 String getComparatorClass()
           
 List<String> getMetaDataPaths()
           
 String getModificationType()
           
 int getRelatativeOrder()
           
 void setClassPaths(List<DeploymentClassPathMetaData> classPaths)
           
 void setComparatorClass(String comparatorClass)
           
 void setMetaDataPaths(List<String> metaDataPaths)
           
 void setModificationType(String modificationType)
           
 void setRelatativeOrder(int relatativeOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentStructureMetaData

public DeploymentStructureMetaData()
Method Detail

getMetaDataPaths

public List<String> getMetaDataPaths()

setMetaDataPaths

public void setMetaDataPaths(List<String> metaDataPaths)

getClassPaths

public List<DeploymentClassPathMetaData> getClassPaths()

setClassPaths

public void setClassPaths(List<DeploymentClassPathMetaData> classPaths)

getComparatorClass

public String getComparatorClass()

setComparatorClass

public void setComparatorClass(String comparatorClass)

getRelatativeOrder

public int getRelatativeOrder()

setRelatativeOrder

public void setRelatativeOrder(int relatativeOrder)

getModificationType

public String getModificationType()

setModificationType

public void setModificationType(String modificationType)


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