com.tle.common.scripting.types
Interface BaseEntityScriptType
Declaration: public interface BaseEntityScriptType extends java.io.Serializable
All Superinterfaces: java.io.Serializable
All Subinterfaces: BaseTierScriptType, CatalogueScriptType, CollectionScriptType, PurchaseTierScriptType, RegionScriptType, SubscriptionTierScriptType

 

A super-interface for entity types. E.g. collection, schema, taxonomy...

 

 

Methods Summary
abstract java.lang.String getDescription()
    
abstract java.lang.String getName()
    
abstract java.lang.String getUniqueID()
    
abstract java.lang.String getUuid()
    

 

 

 

 

getUniqueID

 

public abstract java.lang.String getUniqueID( )

 

Returns:
The UUID of the entity

 

 

 

getUuid

 

public abstract java.lang.String getUuid( )

 

Returns:
This function is an alias for getUniqueID()

 

 

 

getName

 

public abstract java.lang.String getName( )

 

Returns:
The name of the entity in the current user's language

 

 

 

getDescription

 

public abstract java.lang.String getDescription( )

 

Returns:
The name of the entity in the current user's language