Interface Location
-
- All Superinterfaces:
java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.attribute.Described
,com.novomind.ecom.common.api.persistence.Entity
,MasterEntity
,com.novomind.ecom.common.api.attribute.Named
,StorageProvider
public interface Location extends MasterEntity, com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.attribute.Described, StorageProvider
Represents a Location object- Since:
- 10.0.34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.TimeZone
getTimeZone()
Returns the timezone of the locationjava.lang.String
getUid()
Returns the uid of the location-
Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeleted
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.StorageProvider
getStorage
-
-