org.xcmis.client.gwt.model.restatom
Class AtomContentType

java.lang.Object
  extended by org.xcmis.client.gwt.model.restatom.AtomContentType

public class AtomContentType
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
AtomContentType()
           
 
Method Summary
 String getSource()
          Accessor for content source.
 String getType()
           
 void setSource(String source)
          Mutator for content source.
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomContentType

public AtomContentType()
Method Detail

getSource

public String getSource()
Accessor for content source.

Returns:
the source

setSource

public void setSource(String source)
Mutator for content source.

Parameters:
source - the source to set

getType

public String getType()
Returns:
String

setType

public void setType(String type)
Parameters:
type - type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.