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 location
      java.lang.String getUid()
      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
    • Method Detail

      • getUid

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

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