com.groupdocs.viewer.domain.response.description.domain
Class Sheet

java.lang.Object
  extended by com.groupdocs.viewer.domain.response.description.domain.Sheet

public class Sheet
extends Object

HTTP response object for ViewerHandler

Author:
Alex Bobkov
See Also:
ViewerHandler

Constructor Summary
Sheet()
           
 
Method Summary
 String getName()
          Get sheet name
 void setName(String name)
          Set sheet name
 String toJson()
          To json
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sheet

public Sheet()
Method Detail

toJson

public String toJson()
To json

Returns:
json

getName

public String getName()
Get sheet name

Returns:
sheet name

setName

public void setName(String name)
Set sheet name

Parameters:
name - sheet name


Copyright © 2015. All rights reserved.