Interface Location

All Superinterfaces:
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

    Modifier and Type
    Method
    Description
    Returns the timezone of the location
    Returns the uid of the location

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

    getDescription

    Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity

    compareTo, getId, isDeleted, isNotDeleted

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.StorageProvider

    getStorage
  • Method Details

    • getUid

      String getUid()
      Returns the uid of the location
      Returns:
      the uid as String
      Since:
      10.0.34
    • getTimeZone

      TimeZone getTimeZone()
      Returns the timezone of the location
      Returns:
      the location as TimeZone
      Since:
      10.0.34