JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.common.jboss
Class LoaderRepositoryConfigMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.common.jboss.LoaderRepositoryConfigMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class LoaderRepositoryConfigMetaData
extends IdMetaDataImpl

LoaderRepositoryConfigMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
LoaderRepositoryConfigMetaData()
          Create a new LoaderRepositoryConfigMetaData.
 
Method Summary
 boolean equals(Object obj)
           
 String getConfig()
          Get the config.
 String getConfigParserClass()
          Get the configParserClass.
 int hashCode()
           
 void setConfig(String config)
          Set the config.
 void setConfigParserClass(String configParserClass)
          Set the configParserClass.
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoaderRepositoryConfigMetaData

public LoaderRepositoryConfigMetaData()
Create a new LoaderRepositoryConfigMetaData.

Method Detail

getConfigParserClass

public String getConfigParserClass()
Get the configParserClass.

Returns:
the configParserClass.

setConfigParserClass

public void setConfigParserClass(String configParserClass)
Set the configParserClass.

Parameters:
configParserClass - the configParserClass.
Throws:
IllegalArgumentException - for a null configParserClass

getConfig

public String getConfig()
Get the config.

Returns:
the config.

setConfig

public void setConfig(String config)
Set the config.

Parameters:
config - the config.
Throws:
IllegalArgumentException - for a null config

hashCode

public int hashCode()
Overrides:
hashCode in class IdMetaDataImpl

equals

public boolean equals(Object obj)
Overrides:
equals in class IdMetaDataImpl

toString

public String toString()
Overrides:
toString in class Object

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.