Class DependencyDescriptor
- java.lang.Object
-
- de.xima.fc.importer.mdl.descriptor.DependencyDescriptor
-
- All Implemented Interfaces:
Serializable
public class DependencyDescriptor extends Object implements Serializable
- Since:
- 6.60
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyDescriptor(Class<?> entityClass, Long id, UUID uuid, String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetermineName(List<IEntityImportConfig<?>> configs)Class<?>getEntityClass()StringgetName()UUIDgetUuid()static DependencyDescriptorofFormThemeReference(FormThemeReference formTheme)static DependencyDescriptorofID(Class<?> entityClass, Long id)static DependencyDescriptorofName(Class<?> entityClass, String name)static DependencyDescriptorofUUID(Class<?> entityClass, UUID uuid)static DependencyDescriptorofUUIDString(Class<?> entityClass, String uuid)StringtoString()
-
-
-
Method Detail
-
ofFormThemeReference
public static DependencyDescriptor ofFormThemeReference(FormThemeReference formTheme)
-
ofID
public static DependencyDescriptor ofID(Class<?> entityClass, Long id)
-
ofUUID
public static DependencyDescriptor ofUUID(Class<?> entityClass, UUID uuid)
-
ofUUIDString
public static DependencyDescriptor ofUUIDString(Class<?> entityClass, String uuid)
-
ofName
public static DependencyDescriptor ofName(Class<?> entityClass, String name)
-
getEntityClass
public Class<?> getEntityClass()
-
getUuid
public UUID getUuid()
-
getName
public String getName()
-
determineName
public void determineName(List<IEntityImportConfig<?>> configs)
-
-