org.mobicents.slee.tools.maven.plugins.library.pojos
Class LibraryRef

java.lang.Object
  extended by org.mobicents.slee.tools.maven.plugins.library.pojos.LibraryRef

public class LibraryRef
extends Object

LibraryRef.java

Author:
Alexandre Mendonca

Constructor Summary
LibraryRef(String name, String vendor, String version)
           
LibraryRef(String name, String vendor, String version, String description)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getVendor()
           
 String getVersion()
           
 String toXmlEntry()
           
 String toXmlEntryWithRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryRef

public LibraryRef(String name,
                  String vendor,
                  String version)

LibraryRef

public LibraryRef(String name,
                  String vendor,
                  String version,
                  String description)
Method Detail

toXmlEntry

public String toXmlEntry()

toXmlEntryWithRef

public String toXmlEntryWithRef()

getName

public String getName()

getVendor

public String getVendor()

getVersion

public String getVersion()

getDescription

public String getDescription()


Copyright © 2008-2011 Mobicents. All Rights Reserved.