psdi.webclient.system.controller

Class StaticId

  • java.lang.Object
    • psdi.webclient.system.controller.StaticId


  • public class StaticId
    extends java.lang.Object
    CRC hash class for generating static id's. Each static id will be generated using a CRC32 algorithm (thus being 8 characters long).
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String TPAE_PREFIX 
    • Constructor Summary

      Constructors 
      Constructor and Description
      StaticId() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String generateTpaeStaticId(java.lang.String controlId, AppInstance app) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TPAE_PREFIX

        public static java.lang.String TPAE_PREFIX
    • Constructor Detail

      • StaticId

        public StaticId()
    • Method Detail

      • generateTpaeStaticId

        public java.lang.String generateTpaeStaticId(java.lang.String controlId,
                                                     AppInstance app)