Package com.fluig.sdk.api.social
Class CropVO
- java.lang.Object
-
- com.fluig.sdk.api.social.CropVO
-
- All Implemented Interfaces:
Serializable
public class CropVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CropVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetLeft()intgetTop()intgetWidth()voidsetHeight(int height)voidsetLeft(int left)voidsetTop(int top)voidsetWidth(int width)
-