Package org.gvsig.vcsgis.lib
Class VCSGisPreparedWorkspaceInformationImpl
java.lang.Object
org.gvsig.vcsgis.lib.VCSGisPreparedWorkspaceInformationImpl
- All Implemented Interfaces:
org.gvsig.json.SupportToJson,VCSGisPreparedWorkingCopyInformation
public class VCSGisPreparedWorkspaceInformationImpl
extends Object
implements VCSGisPreparedWorkingCopyInformation
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetDate()getName()intvoidvoidsetLocation(String location) voidvoidsetNumParts(int numParts) javax.json.JsonObjecttoJson()org.gvsig.json.JsonObjectBuildertoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJsonBuilder
-
Constructor Details
-
VCSGisPreparedWorkspaceInformationImpl
public VCSGisPreparedWorkspaceInformationImpl() -
VCSGisPreparedWorkspaceInformationImpl
public VCSGisPreparedWorkspaceInformationImpl(javax.json.JsonObject jsonData)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceVCSGisPreparedWorkingCopyInformation
-
getDate
- Specified by:
getDatein interfaceVCSGisPreparedWorkingCopyInformation
-
getLocation
- Specified by:
getLocationin interfaceVCSGisPreparedWorkingCopyInformation
-
setName
-
setDate
-
setLocation
-
getNumParts
public int getNumParts()- Specified by:
getNumPartsin interfaceVCSGisPreparedWorkingCopyInformation
-
setNumParts
public void setNumParts(int numParts) -
copyFrom
-
toJson
public javax.json.JsonObject toJson()- Specified by:
toJsonin interfaceorg.gvsig.json.SupportToJson
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson
-
toString
-