Package de.espirit.firstspirit.feature
Interface FeatureFile
- All Superinterfaces:
Serializable
Interface representing a feature transport zip file
created
on the server.- Since:
- 5.0.111
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
The creation time of the belonging feature transport zip file.The name of the belonging feature.long
The length of the belonging feature transport zip file.
-
Method Details
-
getFeatureName
String getFeatureName()The name of the belonging feature.- Since:
- 5.0.111
-
getLength
long getLength()The length of the belonging feature transport zip file.- Since:
- 5.0.111
-
getCreationTime
long getCreationTime()The creation time of the belonging feature transport zip file.- Since:
- 5.0.111
-