Class ArchetypeDefinition

Inheritance Relationships

Base Type

Class Documentation

class ArchetypeDefinition : public axr::sdk::EntityBase

An archetype is a specific subset of one or more skill trees that a persona can elect to follow.

Public Functions

inline ArchetypeDefinition()
inline ArchetypeDefinition(const ArchetypeDefinition &value)
inline ArchetypeDefinition(ArchetypeDefinition &&value)
inline virtual ~ArchetypeDefinition()
inline virtual ArchetypeDefinition &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual ArchetypeDefinition &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual ArchetypeDefinition &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual ArchetypeDefinition &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual ArchetypeDefinition &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

inline virtual ArchetypeDefinition &SetUid(const utility::string_t &value) override

Sets the value of the Uid property.

Parameters

value – The value to set.

inline virtual ArchetypeDefinition &SetDateCreated(const datetime &value) override

Sets the value of the DateCreated property.

Parameters

value – The value to set.

inline virtual ArchetypeDefinition &SetDateModified(const datetime &value) override

Sets the value of the DateModified property.

Parameters

value – The value to set.

inline virtual ArchetypeDefinition &SetVersion(const uint64_t value) override

Sets the value of the Version property.

Parameters

value – The value to set.

virtual void Validate() override
utility::string_t GetName() const

The unique name of the archetype.

utility::string_t GetTitle() const

A textual title or name of the archetype.

utility::string_t GetDescription() const

A textual description of the archetype.

utility::string_t GetIcon() const

The icon to display when representing the archetype.

utility::string_t GetProductUid() const

The uid of the product that the zone is associated with.

std::vector<utility::string_t> GetSkills() const

The list of all root skill uid’s that define this archetype. A root skill is the first skill in a tree that has few to no requirements.

std::shared_ptr<Object> GetData() const

Stores any custom data to be used by the product.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.