org.xcmis.restatom.types
Class CmisContentType

java.lang.Object
  extended by org.xcmis.restatom.types.CmisContentType

public class CmisContentType
extends Object

Version:
$Id: CmisContentType.java 34360 2009-07-22 23:58:59Z sunman $
Author:
Alexey Zavizionov

Field Summary
protected  InputStream base64
           
protected  String mediatype
           
 
Constructor Summary
CmisContentType()
           
 
Method Summary
protected  void finalize()
           
 InputStream getBase64()
           
 String getMediatype()
          Gets the value of the mediatype property.
 void setBase64(InputStream base64)
           
 void setMediatype(String value)
          Sets the value of the mediatype property.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mediatype

protected String mediatype

base64

protected InputStream base64
Constructor Detail

CmisContentType

public CmisContentType()
Method Detail

getMediatype

public String getMediatype()
Gets the value of the mediatype property.

Returns:
media type string

setMediatype

public void setMediatype(String value)
Sets the value of the mediatype property.

Parameters:
value - String value

getBase64

public InputStream getBase64()

setBase64

public void setBase64(InputStream base64)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.