fr.cnes.sitools.client.model
Class FeedModelDTO

java.lang.Object
  extended by fr.cnes.sitools.client.model.FeedModelDTO

public final class FeedModelDTO
extends java.lang.Object

DTO to store Feeds definition temporary

Author:
m.gond (AKKA Technologies)

Constructor Summary
FeedModelDTO()
           
 
Method Summary
 java.lang.String getFeedType()
          Gets the feedType value
 java.lang.String getId()
          Gets the id value
 java.lang.String getTitle()
          Gets the title value
 java.lang.String getUrl()
          Gets the URL value
 void setFeedType(java.lang.String feedType)
          Sets the value of feedType
 void setId(java.lang.String id)
          Sets the value of id
 void setTitle(java.lang.String title)
          Sets the value of title
 void setUrl(java.lang.String url)
          Sets the value of URL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedModelDTO

public FeedModelDTO()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the URL value

Returns:
Feed URL

setUrl

public void setUrl(java.lang.String url)
Sets the value of URL

Parameters:
url - the URL to set

getId

public java.lang.String getId()
Gets the id value

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Parameters:
id - the id to set

getFeedType

public java.lang.String getFeedType()
Gets the feedType value

Returns:
the feedType

setFeedType

public void setFeedType(java.lang.String feedType)
Sets the value of feedType

Parameters:
feedType - the feedType to set

getTitle

public java.lang.String getTitle()
Gets the title value

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Sets the value of title

Parameters:
title - the title to set


Copyright © 2010-2013 CNES. All Rights Reserved.