Class CudamiConfig.UrlAlias

java.lang.Object
de.digitalcollections.cudami.model.config.CudamiConfig.UrlAlias
Enclosing class:
CudamiConfig

public static class CudamiConfig.UrlAlias
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    UrlAlias()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<de.digitalcollections.model.identifiable.entity.EntityType> getGenerationExcludes()  
    int getMaxLength()  
    void setGenerationExcludes​(java.util.List<de.digitalcollections.model.identifiable.entity.EntityType> generationExcludes)  
    void setMaxLength​(int maxLength)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getGenerationExcludes

      public java.util.List<de.digitalcollections.model.identifiable.entity.EntityType> getGenerationExcludes()
    • setGenerationExcludes

      public void setGenerationExcludes​(java.util.List<de.digitalcollections.model.identifiable.entity.EntityType> generationExcludes)
    • getMaxLength

      public int getMaxLength()
    • setMaxLength

      public void setMaxLength​(int maxLength)