com.hack23.cia.model.api.dto.application
Class ApplicationProperties

Package class diagram package ApplicationProperties
java.lang.Object
  extended by com.hack23.cia.model.api.dto.application.ApplicationProperties

public class ApplicationProperties
extends Object

The Class ApplicationProperties.


Constructor Summary
ApplicationProperties()
          Instantiates a new application properties.
 
Method Summary
 String getName()
          Gets the name.
 String getUrl()
          Gets the url.
 String getVersion()
          Gets the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationProperties

public ApplicationProperties()
Instantiates a new application properties.

Method Detail

getName

public final String getName()
Gets the name.

Returns:
the name

getUrl

public final String getUrl()
Gets the url.

Returns:
the url

getVersion

public final String getVersion()
Gets the version.

Returns:
the version


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.