fr.cnes.sitools.common.model
Class AbstractPluginsDescriptionDTO

java.lang.Object
  extended by fr.cnes.sitools.common.model.AbstractPluginsDescriptionDTO
Direct Known Subclasses:
ApplicationPluginDescriptionDTO, ConverterPluginsDescriptionDTO, FilterPluginsDescriptionDTO, ResourcePluginDescriptionDTO

public abstract class AbstractPluginsDescriptionDTO
extends java.lang.Object

Base class DTO for SITools plug-ins

Author:
AKKA technologies

Constructor Summary
AbstractPluginsDescriptionDTO()
           
 
Method Summary
 java.lang.String getClassAuthor()
          Gets the classAuthor value
 java.lang.String getClassName()
          Gets the className value
 java.lang.String getClassOwner()
          Gets the classOwner value
 java.lang.String getClassVersion()
          Gets the classVersion value
 java.lang.String getDescription()
          Gets the description value
 java.lang.String getName()
          Gets the name value
 void setClassAuthor(java.lang.String classAuthor)
          Sets the value of classAuthor
 void setClassName(java.lang.String className)
          Sets the value of className
 void setClassOwner(java.lang.String classOwner)
          Sets the value of classOwner
 void setClassVersion(java.lang.String classVersion)
          Sets the value of classVersion
 void setDescription(java.lang.String description)
          Sets the value of description
 void setName(java.lang.String name)
          Sets the value of name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPluginsDescriptionDTO

public AbstractPluginsDescriptionDTO()
Method Detail

getName

public final java.lang.String getName()
Gets the name value

Returns:
the name

setName

public final void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public final java.lang.String getDescription()
Gets the description value

Returns:
the description

setDescription

public final void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getClassName

public final java.lang.String getClassName()
Gets the className value

Returns:
the className

setClassName

public final void setClassName(java.lang.String className)
Sets the value of className

Parameters:
className - the className to set

getClassAuthor

public java.lang.String getClassAuthor()
Gets the classAuthor value

Returns:
the classAuthor

setClassAuthor

public void setClassAuthor(java.lang.String classAuthor)
Sets the value of classAuthor

Parameters:
classAuthor - the classAuthor to set

getClassVersion

public java.lang.String getClassVersion()
Gets the classVersion value

Returns:
the classVersion

setClassVersion

public void setClassVersion(java.lang.String classVersion)
Sets the value of classVersion

Parameters:
classVersion - the classVersion to set

getClassOwner

public java.lang.String getClassOwner()
Gets the classOwner value

Returns:
the classOwner

setClassOwner

public void setClassOwner(java.lang.String classOwner)
Sets the value of classOwner

Parameters:
classOwner - the classOwner to set


Copyright © 2010-2013 CNES. All Rights Reserved.